diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-01-13 22:12:14 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-01-14 09:31:04 +0100 |
commit | 4da70cfe433c7c2b52709d5f689b274e1bccaaeb (patch) | |
tree | 2bab2d22e8087bd7df6e5713dc9098ea847f47fb /vcl/win | |
parent | de63114d76433b5a1f1ed0286e28545c72330630 (diff) |
Fix typos
Change-Id: Ie78ae1a8d440d23cece788dc01789c8fd0cfe2e3
Reviewed-on: https://gerrit.libreoffice.org/66276
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/gdi/gdiimpl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/win/gdi/gdiimpl.cxx b/vcl/win/gdi/gdiimpl.cxx index bb70bc3901c3..3b209075defc 100644 --- a/vcl/win/gdi/gdiimpl.cxx +++ b/vcl/win/gdi/gdiimpl.cxx @@ -1941,7 +1941,7 @@ static void impAddB2DPolygonToGDIPlusGraphicsPathReal( // 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 - // 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). // Caution: This error (and it's correction) might be necessary for other graphical // sub-systems in a similar way. @@ -2347,9 +2347,9 @@ bool WinSalGraphicsImpl::drawPolyLine( 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'...). - // 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 (!) const Gdiplus::REAL aDpiX(aGraphics.GetDpiX()); const Gdiplus::REAL aDpiY(aGraphics.GetDpiY()); |