summaryrefslogtreecommitdiff
path: root/svx/source/sdr
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-03-23 06:16:24 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-03-23 21:52:24 +0100
commit77a8b485085ecda67e4e0cd76298296dad4e4467 (patch)
tree76367d5a52bebbecf040cc326ddd33726608f690 /svx/source/sdr
parent574e3ddae11a4fa3965bbf8ddf6352f63b41d341 (diff)
Fix typos
Change-Id: Iba46fbe8559211403118a23cd198a2217b333a81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90900 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svx/source/sdr')
-rw-r--r--svx/source/sdr/overlay/overlaytools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/overlay/overlaytools.cxx b/svx/source/sdr/overlay/overlaytools.cxx
index 0bfd2d8177b5..a7359060c0fc 100644
--- a/svx/source/sdr/overlay/overlaytools.cxx
+++ b/svx/source/sdr/overlay/overlaytools.cxx
@@ -147,7 +147,7 @@ ImplPrimitive2DIDBlock(OverlayStaticRectanglePrimitive, PRIMITIVE2D_ID_OVERLAYRE
// calculate back from internal bitmap's extreme coordinates (the edges)
// to logical coordinates. Only use a unified scaling value (getDiscreteUnit(),
// the prepared one which expresses how many logic units form a discrete unit)
- // for this step. This primitive is to be displayed always unscaled (in it's pixel size)
+ // for this step. This primitive is to be displayed always unscaled (in its pixel size)
// and unrotated, more like a marker
const double fLeft((0.0 - getCenterX()) * getDiscreteUnit());
const double fTop((0.0 - getCenterY()) * getDiscreteUnit());