diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-10-07 10:01:10 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-10-07 15:28:53 +0200 |
commit | 86d9e48fc60dd7325658feca7088100c78023a7b (patch) | |
tree | 6c08a902636a5e5bade343213d0321ec39a3c682 /vcl | |
parent | fbc2b2d93a091c9dba26139878dd3d0acc5f31e9 (diff) |
Fix typos
Change-Id: Ia26896cbcd8912f7cad641ea2ecf14c4ddf2d741
Reviewed-on: https://gerrit.libreoffice.org/61489
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/gdi/gdiimpl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/win/gdi/gdiimpl.cxx b/vcl/win/gdi/gdiimpl.cxx index a77e26f0e180..d11fb692dcd2 100644 --- a/vcl/win/gdi/gdiimpl.cxx +++ b/vcl/win/gdi/gdiimpl.cxx @@ -2042,7 +2042,7 @@ bool WinSalGraphicsImpl::drawPolyPolygon( aGraphics.SetTransform(&aMatrix); } - // prepare local instabce of Gdiplus::GraphicsPath + // prepare local instance of Gdiplus::GraphicsPath std::shared_ptr<Gdiplus::GraphicsPath> pGraphicsPath; // try to access buffered data @@ -2257,7 +2257,7 @@ bool WinSalGraphicsImpl::drawPolyLine( } } - // prepare local instabce of Gdiplus::GraphicsPath + // prepare local instance of Gdiplus::GraphicsPath std::shared_ptr<Gdiplus::GraphicsPath> pGraphicsPath; // try to access buffered data |