diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-07 22:05:17 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-08 09:31:32 +0100 |
commit | 533d321d3f6374738462cf4e76c431d518eaec21 (patch) | |
tree | c910718ef670d52b0e4385110163623fe09093c0 /vcl | |
parent | 5857124f227e1591df8984c23e5106a5db10b2a5 (diff) |
Fix typo
Change-Id: Ia3238554505ed25f480ac35fca5b74817a55541c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88244
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/opengl/gdiimpl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx index ab4b1632b40b..12eb4d8a800c 100644 --- a/vcl/opengl/gdiimpl.cxx +++ b/vcl/opengl/gdiimpl.cxx @@ -1664,7 +1664,7 @@ bool OpenGLSalGraphicsImpl::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 } @@ -1697,7 +1697,7 @@ bool OpenGLSalGraphicsImpl::drawPolyLine( mrParent.getAntiAliasB2DDraw()); // MM01: not sure - maybe this can be moved out of this loop, but to - // keep on the safe side for now, do not relly change something for now + // keep on the safe side for now, do not really change something for now PostBatchDraw(); } |