vcl/opengl/gdiimpl.cxx | 4 ++-- vcl/qt5/Qt5Graphics_GDI.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 290e493efef2338d4f2a32f03c20ff08f3be7107 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Feb 7 22:05:18 2020 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Feb 8 09:31:45 2020 +0100 Fix typo Change-Id: Ib6e37272a4c183de137ba3d63ede6bbd344c6f5f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88245 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/qt5/Qt5Graphics_GDI.cxx b/vcl/qt5/Qt5Graphics_GDI.cxx index 102c84900c08..53e4282d073e 100644 --- a/vcl/qt5/Qt5Graphics_GDI.cxx +++ b/vcl/qt5/Qt5Graphics_GDI.cxx @@ -352,7 +352,7 @@ bool Qt5Graphics::drawPolyLine(const basegfx::B2DHomMatrix& rObjectToDevice, // apply LineStyle basegfx::utils::applyLineDashing(rPolyLine, // source *pStroke, // pattern - &aPolyPolygonLine, // traget for lines + &aPolyPolygonLine, // target for lines nullptr, // target for gaps fDotDashLength); // full length if available } commit 533d321d3f6374738462cf4e76c431d518eaec21 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Feb 7 22:05:17 2020 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Feb 8 09:31:32 2020 +0100 Fix typo Change-Id: Ia3238554505ed25f480ac35fca5b74817a55541c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88244 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx index ab4b1632b40b..12eb4d8a800c 100644 --- a/vcl/opengl/gdiimpl.cxx +++ b/vcl/opengl/gdiimpl.cxx @@ -1664,7 +1664,7 @@ bool OpenGLSalGraphicsImpl::drawPolyLine( basegfx::utils::applyLineDashing( rPolygon, // source *pStroke, // pattern - &aPolyPolygonLine, // traget for lines + &aPolyPolygonLine, // target for lines nullptr, // target for gaps fDotDashLength); // full length if available } @@ -1697,7 +1697,7 @@ bool OpenGLSalGraphicsImpl::drawPolyLine( mrParent.getAntiAliasB2DDraw()); // MM01: not sure - maybe this can be moved out of this loop, but to - // keep on the safe side for now, do not relly change something for now + // keep on the safe side for now, do not really change something for now PostBatchDraw(); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits