diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-17 19:39:12 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-17 21:03:44 +0100 |
commit | 970b76816a03be0f57f35a790bea57bf299e344b (patch) | |
tree | 445ca13da577f649176f92dea60c7fc7e8053840 /vcl | |
parent | 53e6785f303e5b308a497e12d411251b216eaabf (diff) |
Fix typos
Change-Id: Id1c7ddf6c49ec709e38947a82731fe31a64aad04
Reviewed-on: https://gerrit.libreoffice.org/48076
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/opengl/gdiimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx index afe0157c520a..db8117193e38 100644 --- a/vcl/opengl/gdiimpl.cxx +++ b/vcl/opengl/gdiimpl.cxx @@ -902,7 +902,7 @@ void OpenGLSalGraphicsImpl::DrawPolyPolygon( const basegfx::B2DPolyPolygon& rPol const basegfx::B2DPolyPolygon& aSimplePolyPolygon = ::basegfx::utils::solveCrossovers( rPolyPolygon ); basegfx::B2DTrapezoidVector aB2DTrapVector; basegfx::utils::trapezoidSubdivide( aB2DTrapVector, aSimplePolyPolygon ); - // draw tesselation result + // draw tessellation result if( aB2DTrapVector.size()) { for(basegfx::B2DTrapezoid & i : aB2DTrapVector) |