summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-15 19:44:53 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:14:55 +0000
commitf378e723d2dbcbdeb65d7843c095d70d0bb7e0e0 (patch)
tree245e49f0afad73f582d42a89bdbdcb9717651fdd /chart2
parentca9de688c2c263c51dca1cbbf2892e3b419f921e (diff)
Fix typos
Change-Id: I528752dfabeb31d14c350f79819b521537ab9b56 Reviewed-on: https://gerrit.libreoffice.org/16300 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/VCartesianAxis.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx
index 90f5880165cd..85461bf0aa85 100644
--- a/chart2/source/view/axes/VCartesianAxis.cxx
+++ b/chart2/source/view/axes/VCartesianAxis.cxx
@@ -1132,7 +1132,7 @@ void VCartesianAxis::get2DAxisMainLine(
B2DVector& rStart, B2DVector& rEnd, AxisLabelAlignment& rAlignment, double fCrossesOtherAxis ) const
{
//m_aAxisProperties might get updated and changed here because
- // the label alignmant and inner direction sign depends exactly of the choice of the axis line position which is made here in this method
+ // the label alignment and inner direction sign depends exactly of the choice of the axis line position which is made here in this method
double fMinX = m_pPosHelper->getLogicMinX();
double fMinY = m_pPosHelper->getLogicMinY();