Kaydet (Commit) 06e20968 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Adapt the comment not to speak about things that are not

Change-Id: Id287e9fd82baed87be4b5f280e397287f4e1006d
üst 2152a412
...@@ -197,9 +197,9 @@ bool WinSalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly ...@@ -197,9 +197,9 @@ bool WinSalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly
// by the user and thus happens. This call can only come (currently) from // by the user and thus happens. This call can only come (currently) from
// OutputDevice::DrawTransparent, see comments there with the same TaskID. // 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 // 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 // checked that there is *no* transformation set and estimated that a stable factor
// estimated that a stable factor dependent of the printer's DPI is used. Create // dependent of the printer's DPI is used. Create and set a transformation here to
// and set a transformation here to correct this // correct this.
Gdiplus::REAL aDpiX; Gdiplus::REAL aDpiX;
Gdiplus::DllExports::GdipGetDpiX(pGraphics, &aDpiX); Gdiplus::DllExports::GdipGetDpiX(pGraphics, &aDpiX);
Gdiplus::REAL aDpiY; Gdiplus::REAL aDpiY;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment