diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 09:29:44 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:33:14 +0200 |
commit | 0e970f3ba26a24ad589b8aa1480f078c7efb7132 (patch) | |
tree | 68c394675bf3cc84ff96d41c8a0fc028c2f9e8b2 /sc | |
parent | d2f24e3a31acc08f29dd9454df59df9b9559c15c (diff) |
typo: occuring -> occurring
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/xichart.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xichart.cxx b/sc/source/filter/excel/xichart.cxx index b70aee53b8fb..82a814591163 100644 --- a/sc/source/filter/excel/xichart.cxx +++ b/sc/source/filter/excel/xichart.cxx @@ -3837,7 +3837,7 @@ void XclImpChChart::ReadChDataFormat( XclImpStream& rStrm ) itr, XclImpChDataFormatMap::value_type(rPos, xDataFmt)); /* Do not overwrite existing data format group, Excel always uses the - first data format group occuring in any CHSERIES group. */ + first data format group occurring in any CHSERIES group. */ } } |