diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-07 22:05:21 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-08 09:32:57 +0100 |
commit | f53b94315c2567d01c386632693e9431921b0248 (patch) | |
tree | 451231db5b2eae4763eb38b3e755675d2be444f7 | |
parent | a91e7dc3f4b702a4aa88c3ad8dd30fce124d36c1 (diff) |
Fix typo
Change-Id: I12cbc2f91dbcc622839c407cfbb5c1e32b324f98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88248
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | vcl/unx/generic/gdi/gdiimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/gdi/gdiimpl.cxx b/vcl/unx/generic/gdi/gdiimpl.cxx index 12ac59808e4b..98f907cb2370 100644 --- a/vcl/unx/generic/gdi/gdiimpl.cxx +++ b/vcl/unx/generic/gdi/gdiimpl.cxx @@ -1749,7 +1749,7 @@ bool X11SalGraphicsImpl::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 } |