[Libreoffice-commits] core.git: vcl/skia
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Feb 8 08:33:15 UTC 2020
vcl/skia/gdiimpl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a91e7dc3f4b702a4aa88c3ad8dd30fce124d36c1
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Feb 7 22:05:20 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Feb 8 09:32:41 2020 +0100
Fix typo
Change-Id: I45c764cfbc436ee62370047f1bd65f5b1de53ab0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88247
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/skia/gdiimpl.cxx b/vcl/skia/gdiimpl.cxx
index a4ca9f0aeb55..b2d4a050f796 100644
--- a/vcl/skia/gdiimpl.cxx
+++ b/vcl/skia/gdiimpl.cxx
@@ -747,7 +747,7 @@ bool SkiaSalGraphicsImpl::drawPolyLine(const basegfx::B2DHomMatrix& rObjectToDev
// 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
}
More information about the Libreoffice-commits
mailing list