Kaydet (Commit) 4da70cfe authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ie78ae1a8d440d23cece788dc01789c8fd0cfe2e3
Reviewed-on: https://gerrit.libreoffice.org/66276
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst de63114d
...@@ -1941,7 +1941,7 @@ static void impAddB2DPolygonToGDIPlusGraphicsPathReal( ...@@ -1941,7 +1941,7 @@ static void impAddB2DPolygonToGDIPlusGraphicsPathReal(
// tdf#99165 MS Gdiplus cannot handle creating correct extra geometry for fat lines // tdf#99165 MS Gdiplus cannot handle creating correct extra geometry for fat lines
// with LineCap or LineJoin when a bezier segment starts or ends trivial, e.g. has // with LineCap or LineJoin when a bezier segment starts or ends trivial, e.g. has
// no 1st or 2nd control point, despite that these are mathematicaly correct definitions // no 1st or 2nd control point, despite that these are mathematically correct definitions
// (basegfx can handle that). // (basegfx can handle that).
// Caution: This error (and it's correction) might be necessary for other graphical // Caution: This error (and it's correction) might be necessary for other graphical
// sub-systems in a similar way. // sub-systems in a similar way.
...@@ -2347,9 +2347,9 @@ bool WinSalGraphicsImpl::drawPolyLine( ...@@ -2347,9 +2347,9 @@ bool WinSalGraphicsImpl::drawPolyLine(
if(mrParent.isPrinter()) if(mrParent.isPrinter())
{ {
// tdf#122384 As metioned above in WinSalGraphicsImpl::drawPolyPolygon // tdf#122384 As mentioned above in WinSalGraphicsImpl::drawPolyPolygon
// (look for 'One more hint: This *may* also be needed now in'...). // (look for 'One more hint: This *may* also be needed now in'...).
// See comments in same spot above *uregntly* before doing changes here, // See comments in same spot above *urgently* before doing changes here,
// these comments are *still fully valid* at this place (!) // these comments are *still fully valid* at this place (!)
const Gdiplus::REAL aDpiX(aGraphics.GetDpiX()); const Gdiplus::REAL aDpiX(aGraphics.GetDpiX());
const Gdiplus::REAL aDpiY(aGraphics.GetDpiY()); const Gdiplus::REAL aDpiY(aGraphics.GetDpiY());
......
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