vcl/win/source/gdi/salgdi_gdiplus.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 06e209682c2da513126ca19568386774287b86b6 Author: Fridrich Å trba <[email protected]> Date: Tue Jun 18 12:11:08 2013 +0200 Adapt the comment not to speak about things that are not Change-Id: Id287e9fd82baed87be4b5f280e397287f4e1006d diff --git a/vcl/win/source/gdi/salgdi_gdiplus.cxx b/vcl/win/source/gdi/salgdi_gdiplus.cxx index 2020ddc..608228e 100644 --- a/vcl/win/source/gdi/salgdi_gdiplus.cxx +++ b/vcl/win/source/gdi/salgdi_gdiplus.cxx @@ -197,9 +197,9 @@ bool WinSalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly // by the user and thus happens. This call can only come (currently) from // OutputDevice::DrawTransparent, see comments there with the same TaskID. // If it is used, the mapping for the printer is wrong and needs to be corrected. I - // checked that there is *no* transformation set (testcode commented out below) and - // estimated that a stable factor dependent of the printer's DPI is used. Create - // and set a transformation here to correct this + // checked that there is *no* transformation set and estimated that a stable factor + // dependent of the printer's DPI is used. Create and set a transformation here to + // correct this. Gdiplus::REAL aDpiX; Gdiplus::DllExports::GdipGetDpiX(pGraphics, &aDpiX); Gdiplus::REAL aDpiY;
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
