summaryrefslogtreecommitdiff
path: root/svx/source/sdr/primitive2d
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-07-14 17:07:59 +0200
committerEike Rathke <erack@redhat.com>2017-07-17 19:17:46 +0200
commitbe604957ecab49b1f4dfcfa468d572e0da549d3c (patch)
tree62c202d1d8fb8041fdcb78ef3830dfca00480485 /svx/source/sdr/primitive2d
parent26b52972a8ab15049e63a2518ff8e10d6288d074 (diff)
Fix typos
Change-Id: I0fec2abc1bed9c0cfcd78d1b0f6daebc335831be Reviewed-on: https://gerrit.libreoffice.org/39982 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'svx/source/sdr/primitive2d')
-rw-r--r--svx/source/sdr/primitive2d/sdrdecompositiontools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
index fd8a34330ef4..c07e216964c5 100644
--- a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
+++ b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
@@ -264,7 +264,7 @@ namespace drawinglayer
const bool bMirrorY(basegfx::fTools::less(aScale.getY(), 0.0));
aScale = basegfx::absolute(aScale);
- // Get the real size, since polygon ountline and scale
+ // Get the real size, since polygon outline and scale
// from the object transformation may vary (e.g. ellipse segments)
basegfx::B2DHomMatrix aJustScaleTransform;
aJustScaleTransform.set(0, 0, aScale.getX());