vcl/quartz/salgdicommon.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cd053d44f3c23fdb25ae42e7581884ff25b62d7f Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Feb 7 22:05:19 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Feb 8 09:32:04 2020 +0100 Fix typo Change-Id: I0dd153d1766d1f6a6da974a847e937edcd3399f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88246 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> 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 } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
