From f371a2bdb3b778c80fc1848c77888082bab541f6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 4 Apr 2019 19:20:54 +0000 Subject: Fix typo Change-Id: Iecec6056db7809cc786c21f4bbfa64db9f437200 Reviewed-on: https://gerrit.libreoffice.org/70333 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- chart2/source/view/axes/VAxisProperties.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') 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 { -- cgit