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

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


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

New commits:
commit f53b94315c2567d01c386632693e9431921b0248
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Feb 7 22:05:21 2020 +0100
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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
         }


More information about the Libreoffice-commits mailing list