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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Feb 9 11:19:18 UTC 2020


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

New commits:
commit 121fb94b7857c8bcba27c9715374328e965bece2
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Feb 9 11:10:28 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Feb 9 12:18:42 2020 +0100

    Fix typo
    
    Change-Id: I931ac89553f5025d7729274c9e00a095ae65e7cc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88325
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/win/gdi/gdiimpl.cxx b/vcl/win/gdi/gdiimpl.cxx
index f05ac71dd136..4e330d5df0fe 100644
--- a/vcl/win/gdi/gdiimpl.cxx
+++ b/vcl/win/gdi/gdiimpl.cxx
@@ -2438,7 +2438,7 @@ static void paintToGdiPlus(
     Gdiplus::PointF aDestPoints[3];
     Gdiplus::ImageAttributes aAttributes;
 
-    // define target region as paralellogram
+    // define target region as parallelogram
     aDestPoints[0].X = Gdiplus::REAL(rTR.mnDestX);
     aDestPoints[0].Y = Gdiplus::REAL(rTR.mnDestY);
     aDestPoints[1].X = Gdiplus::REAL(rTR.mnDestX + rTR.mnDestWidth);
@@ -2610,7 +2610,7 @@ bool WinSalGraphicsImpl::drawTransformedBitmap(
                     nSrcHeight,
                     nDestHeight);
 
-                // this mode is only capable of drawing the whole bitmap to a paralellogram
+                // this mode is only capable of drawing the whole bitmap to a parallelogram
                 aDestPoints[0].X = Gdiplus::REAL(rNull.getX());
                 aDestPoints[0].Y = Gdiplus::REAL(rNull.getY());
                 aDestPoints[1].X = Gdiplus::REAL(rX.getX());


More information about the Libreoffice-commits mailing list