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

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


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

New commits:
commit c6426099c9597d95a1c1a49261016850414ff2c9
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Feb 7 22:05:16 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Feb 8 09:32:23 2020 +0100

    Fix typo
    
    Change-Id: I7e213d6fee88593da8a25ce4bbbc514c60494329
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88243
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index 80a24fad54f9..b3bb3f780a5a 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -1372,7 +1372,7 @@ bool SvpSalGraphics::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