diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-09 11:10:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-09 12:18:42 +0100 |
commit | 121fb94b7857c8bcba27c9715374328e965bece2 (patch) | |
tree | 1c869cfe5fb3133e61a98caba598eb34501c98aa /vcl/win | |
parent | 3c2efd2ec34e47c242d3dfea87e8abb8fa8448be (diff) |
Fix typo
Change-Id: I931ac89553f5025d7729274c9e00a095ae65e7cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88325
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/gdi/gdiimpl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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()); |