diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-06-18 12:11:08 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-06-18 12:11:42 +0200 |
commit | 06e209682c2da513126ca19568386774287b86b6 (patch) | |
tree | 6983ad47f992365222b0a186a150e77991478156 /vcl/win | |
parent | 2152a4127de89b58e5dd4513e3130e580e8bffad (diff) |
Adapt the comment not to speak about things that are not
Change-Id: Id287e9fd82baed87be4b5f280e397287f4e1006d
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/source/gdi/salgdi_gdiplus.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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; |