vcl/source/gdi/lineinfo.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 921e11d4716e9e418c9912b098482e8ee632016a Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Aug 22 18:53:32 2020 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Aug 23 14:44:35 2020 +0200 Fix typo in code Change-Id: I66657f300da57311d2965bc74e4a055e21926c5a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101205 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/source/gdi/lineinfo.cxx b/vcl/source/gdi/lineinfo.cxx index 602ac8af9f18..9490a0383133 100644 --- a/vcl/source/gdi/lineinfo.cxx +++ b/vcl/source/gdi/lineinfo.cxx @@ -229,12 +229,12 @@ void LineInfo::applyToB2DPolyPolygon( for(auto const& rPolygon : io_rLinePolyPolygon) { - basegfx::B2DPolyPolygon aLineTraget; + basegfx::B2DPolyPolygon aLineTarget; basegfx::utils::applyLineDashing( rPolygon, fDotDashArray, - &aLineTraget); - aResult.append(aLineTraget); + &aLineTarget); + aResult.append(aLineTarget); } io_rLinePolyPolygon = aResult; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits