vcl/unx/generic/gdi/gdiimpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f53b94315c2567d01c386632693e9431921b0248
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Feb 7 22:05:21 2020 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Feb 8 09:32:57 2020 +0100

    Fix typo
    
    Change-Id: I12cbc2f91dbcc622839c407cfbb5c1e32b324f98
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88248
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to