diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-04 12:41:46 +0100 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2016-01-06 17:04:22 +0000 |
commit | 5e65c273c61cfc78304d1d62a21a18953b643c50 (patch) | |
tree | 029342b7ef4e18b141ee649ca56cdd5bcba94e12 /chart2/qa | |
parent | 90e1baf4ed1cf03bec430870d870ede0984f9adc (diff) |
Fix typos
Change-Id: Ie0578dcca6cbf4edb62544109d616a081888f369
Reviewed-on: https://gerrit.libreoffice.org/21140
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'chart2/qa')
-rw-r--r-- | chart2/qa/extras/chart2import.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/qa/extras/chart2import.cxx b/chart2/qa/extras/chart2import.cxx index 6847aeb50bb9..75b0f9c474c4 100644 --- a/chart2/qa/extras/chart2import.cxx +++ b/chart2/qa/extras/chart2import.cxx @@ -766,7 +766,7 @@ void Chart2ImportTest::testAxisTextRotationXLSX() /* TODO : temporarily disabled. void Chart2ImportTest::testTextCanOverlapXLSX() { - // fdo#84647 : To check textoverlap value is imported correclty. + // fdo#84647 : To check textoverlap value is imported correctly. load("/chart2/qa/extras/data/xlsx/", "chart-text-can-overlap.xlsx"); uno::Reference< chart::XDiagram > mxDiagram; uno::Reference< beans::XPropertySet > xAxisProp; |