vcl/win/gdi/gdiimpl.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 4da70cfe433c7c2b52709d5f689b274e1bccaaeb Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Jan 13 22:12:14 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Mon Jan 14 09:31:04 2019 +0100 Fix typos Change-Id: Ie78ae1a8d440d23cece788dc01789c8fd0cfe2e3 Reviewed-on: https://gerrit.libreoffice.org/66276 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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()); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
