[Libreoffice-commits] core.git: vcl/quartz

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Feb 8 08:32:39 UTC 2020


 vcl/quartz/salgdicommon.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cd053d44f3c23fdb25ae42e7581884ff25b62d7f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Feb 7 22:05:19 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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
     }


More information about the Libreoffice-commits mailing list