summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-11 12:36:56 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-11 14:08:37 +0100
commit1b2367e91529d04d0d5508f118aa855c1c9fde5c (patch)
tree484742acc1e2eff4eae1273d02949bf491c95bef /svx
parent13966121b49369950f2c214f3ab109fbad0386ad (diff)
Fix typo
Change-Id: I72f8f3b6ace69f69cdfb2b4ee6de280edbb4291a Reviewed-on: https://gerrit.libreoffice.org/84941 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx
index 5b70de884cd0..f9bcc0290bc4 100644
--- a/svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx
@@ -95,7 +95,7 @@ namespace drawinglayer
const basegfx::B2DHomMatrix aObjectMatrix(
basegfx::utils::createShearXRotateTranslateB2DHomMatrix(0.0, fAngle, getStart()));
- // preapare text, but do not add yet; it needs to be aligned to
+ // prepare text, but do not add yet; it needs to be aligned to
// the line geometry
if(!rTextAttribute.isDefault())
{