summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-07 22:05:19 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-08 09:32:04 +0100
commitcd053d44f3c23fdb25ae42e7581884ff25b62d7f (patch)
tree7827d9c11f35a0c9a6db3a10eaa4084e36e1e7dc
parent290e493efef2338d4f2a32f03c20ff08f3be7107 (diff)
Fix typo
Change-Id: I0dd153d1766d1f6a6da974a847e937edcd3399f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88246 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--vcl/quartz/salgdicommon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx
index 2f0ea1a061c2..c16af4f223e5 100644
--- a/vcl/quartz/salgdicommon.cxx
+++ b/vcl/quartz/salgdicommon.cxx
@@ -857,7 +857,7 @@ bool AquaSalGraphics::drawPolyLine(
basegfx::utils::applyLineDashing(
rPolyLine, // source
*pStroke, // pattern
- &aPolyPolygonLine, // traget for lines
+ &aPolyPolygonLine, // target for lines
nullptr, // target for gaps
fDotDashLength); // full length if available
}