summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 17:56:40 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 07:42:39 +0000
commit6fab286b2a213575e3b1ccd0eddb00c8b242af00 (patch)
tree390e09b20192f829524e9975ba4b36ca47cb2975 /canvas
parentba48819e9f01466b4048528f5aded766a5f11e8a (diff)
Fix typos
Change-Id: I4f16ba5fc32cbfd6a5b01e495f3ad905da193524 Reviewed-on: https://gerrit.libreoffice.org/34808 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/tools/surfaceproxy.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/tools/surfaceproxy.cxx b/canvas/source/tools/surfaceproxy.cxx
index 2699820ccb1c..4f17d23985e9 100644
--- a/canvas/source/tools/surfaceproxy.cxx
+++ b/canvas/source/tools/surfaceproxy.cxx
@@ -114,7 +114,7 @@ namespace canvas
::basegfx::triangulator::triangulate(rClipPoly));
// dump polygons
- SAL_INFO("canvas", "Orignal clip polygon: " << basegfx::tools::exportToSvgD( rClipPoly, true, true, false ));
+ SAL_INFO("canvas", "Original clip polygon: " << basegfx::tools::exportToSvgD( rClipPoly, true, true, false ));
SAL_INFO("canvas", "Triangulated polygon: " << basegfx::tools::exportToSvgD(basegfx::B2DPolyPolygon(rTriangulatedPolygon), true, true, false ));
for( const auto& rSurfacePtr : maSurfaceList )