summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-16 22:21:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-08-18 07:44:59 +0200
commit0501869949b65b27303a41fd235a6ec32a4c90a7 (patch)
tree9ec23a6845898d00fcd734496ec636d84b7de15c /xmloff
parent713c80b46053567977b53651ee057ce7d6f84bd3 (diff)
Fix typos
Change-Id: I795059109e23800987cda6f04c58ab18c488ad07 Reviewed-on: https://gerrit.libreoffice.org/41242 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/chart/SchXMLExport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx
index 26f46f8d24b9..8fdb75e86f8a 100644
--- a/xmloff/source/chart/SchXMLExport.cxx
+++ b/xmloff/source/chart/SchXMLExport.cxx
@@ -3655,7 +3655,7 @@ void SchXMLExportHelper_Impl::InitRangeSegmentationProperties( const Reference<
}
// #i79009# For Writer we have to export a broken version of the
- // range, where every row number is noe too large, so that older
+ // range, where every row number is not too large, so that older
// version can correctly read those files.
msChartAddress = (bBrokenRangeAvailable ? sBrokenRange : sCellRange);
if( !msChartAddress.isEmpty() )