vcl/win/gdi/gdiimpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5857124f227e1591df8984c23e5106a5db10b2a5 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Feb 7 22:05:23 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Feb 8 09:31:14 2020 +0100 Fix typo Change-Id: I99333fab507d9a7dc7583bfab20388afffd3ec20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88249 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/vcl/win/gdi/gdiimpl.cxx b/vcl/win/gdi/gdiimpl.cxx index 919395f48304..f05ac71dd136 100644 --- a/vcl/win/gdi/gdiimpl.cxx +++ b/vcl/win/gdi/gdiimpl.cxx @@ -2353,7 +2353,7 @@ bool WinSalGraphicsImpl::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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
