summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:23:45 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-03 08:19:04 +0000
commit7f73bb5b44202431f4d07b283e47b1bc0a1a651e (patch)
tree26067609d994c0e288134f8563243416c332f94e /oox/inc
parente9e61a4a7850ec7f2e0cf238c58794b021da5235 (diff)
Fix typos
Change-Id: I8e429d1f03aac7c7cdb7ff4b43b3f46d40292510 Reviewed-on: https://gerrit.libreoffice.org/16709 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/drawingml/chart/axismodel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/chart/axismodel.hxx b/oox/inc/drawingml/chart/axismodel.hxx
index 949f2848f731..9a38cb149847 100644
--- a/oox/inc/drawingml/chart/axismodel.hxx
+++ b/oox/inc/drawingml/chart/axismodel.hxx
@@ -76,7 +76,7 @@ struct AxisModel
sal_Int32 mnLabelOffset; /// Tick mark label distance from axis.
sal_Int32 mnMajorTickMark; /// Major tick mark style.
sal_Int32 mnMajorTimeUnit; /// Time unit for major tick marks on date axis.
- sal_Int32 mnMinorTickMark; /// Mainor tick mark style.
+ sal_Int32 mnMinorTickMark; /// Minor tick mark style.
sal_Int32 mnMinorTimeUnit; /// Time unit for minor tick marks on date axis.
sal_Int32 mnOrientation; /// Axis orientation (value order min to max, or max to min).
sal_Int32 mnTickLabelPos; /// Position of tick mark labels relative to the axis.