From 06e209682c2da513126ca19568386774287b86b6 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Tue, 18 Jun 2013 12:11:08 +0200 Subject: Adapt the comment not to speak about things that are not Change-Id: Id287e9fd82baed87be4b5f280e397287f4e1006d --- vcl/win/source/gdi/salgdi_gdiplus.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vcl/win') diff --git a/vcl/win/source/gdi/salgdi_gdiplus.cxx b/vcl/win/source/gdi/salgdi_gdiplus.cxx index 2020ddc6f60c..608228efed74 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; -- cgit