summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xichart.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 12:45:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 16:59:43 +0000
commitad4104090de1cb07fb82bb40c736271103e4ed69 (patch)
treec6fb33cac17dcfa276cb86bbb476219ca93f0bf0 /sc/source/filter/excel/xichart.cxx
parent3c8efc29d6c0fd3c8d819cc38c2fa0c4385cbfb6 (diff)
Fix typos
Change-Id: Ia17fe891f8a681ada69639ca579ebf6d6d781759 Reviewed-on: https://gerrit.libreoffice.org/35641 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/filter/excel/xichart.cxx')
-rw-r--r--sc/source/filter/excel/xichart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xichart.cxx b/sc/source/filter/excel/xichart.cxx
index d7fb26f5a7f0..4f178d716425 100644
--- a/sc/source/filter/excel/xichart.cxx
+++ b/sc/source/filter/excel/xichart.cxx
@@ -3029,7 +3029,7 @@ void XclImpChLabelRange::ConvertAxisPosition( ScfPropertySet& rPropSet, bool b3d
/* Crossing position value depends on base time unit, it specifies the
number of days, months, or years from null date. Note that Excel
2007/2010 write broken BIFF8 files, they always stores the number
- of days cregardless of the base time unit (and they are reading it
+ of days regardless of the base time unit (and they are reading it
the same way, thus wrongly displaying files written by Excel
97-2003). This filter sticks to the correct behaviour of Excel
97-2003. */