diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-04 19:20:54 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-06 14:19:56 +0200 |
commit | f371a2bdb3b778c80fc1848c77888082bab541f6 (patch) | |
tree | f1391011e5f7556992998148dc4c3ca17e07cd65 /chart2 | |
parent | b665b1fabc64dd8d7826c82ce27f53a7056663b3 (diff) |
Fix typo
Change-Id: Iecec6056db7809cc786c21f4bbfa64db9f437200
Reviewed-on: https://gerrit.libreoffice.org/70333
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/axes/VAxisProperties.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/axes/VAxisProperties.hxx b/chart2/source/view/axes/VAxisProperties.hxx index bac143034962..45af3f1a0bc5 100644 --- a/chart2/source/view/axes/VAxisProperties.hxx +++ b/chart2/source/view/axes/VAxisProperties.hxx @@ -42,7 +42,7 @@ namespace chart //These properties describe how a couple of labels are arranged one to another. //The couple can contain all labels for all tickmark depth or just the labels for one single depth or -//the labels from an coherent range of tick depths (e.g. the major and first minor tickmarks should be handled together). +//the labels from a coherent range of tick depths (e.g. the major and first minor tickmarks should be handled together). //... only allow side by side for different tick depth enum class AxisLabelStaggering { |