From c6426099c9597d95a1c1a49261016850414ff2c9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 7 Feb 2020 22:05:16 +0100 Subject: Fix typo Change-Id: I7e213d6fee88593da8a25ce4bbbc514c60494329 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88243 Tested-by: Jenkins Reviewed-by: Julien Nabet --- vcl/headless/svpgdi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/headless') 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 } -- cgit