vcl/win/gdi/gdiimpl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 121fb94b7857c8bcba27c9715374328e965bece2 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Feb 9 11:10:28 2020 +0100 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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()); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
