summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-14 23:55:35 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:10:51 +0000
commitca9de688c2c263c51dca1cbbf2892e3b419f921e (patch)
tree8700f70efdc3275cf71277347e1268b8cc4954a4 /chart2
parentedb1582c4aec8948872aeca46e4a2703768f3c55 (diff)
Fix typos
Change-Id: I549635318f46718042e50c8f89ce3c620cade990 Reviewed-on: https://gerrit.libreoffice.org/16281 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/axes/Tickmarks.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/axes/Tickmarks.hxx b/chart2/source/view/axes/Tickmarks.hxx
index 3be50f61f00b..52542ade9e77 100644
--- a/chart2/source/view/axes/Tickmarks.hxx
+++ b/chart2/source/view/axes/Tickmarks.hxx
@@ -146,7 +146,7 @@ private: //member
::basegfx::B2DVector m_aAxisStartScreenPosition2D;
::basegfx::B2DVector m_aAxisEndScreenPosition2D;
- //labels might be posioned high or low on the border of the diagram far away from the axis
+ //labels might be positioned high or low on the border of the diagram far away from the axis
//add this vector to go from the axis line to the label line (border of the diagram)
::basegfx::B2DVector m_aAxisLineToLabelLineShift;