[Libreoffice-commits] core.git: vcl/win

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 14 08:31:25 UTC 2019


 vcl/win/gdi/gdiimpl.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4da70cfe433c7c2b52709d5f689b274e1bccaaeb
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jan 13 22:12:14 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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());


More information about the Libreoffice-commits mailing list