diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-23 09:58:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-28 12:28:31 +0000 |
commit | 69c88a32aad2cafde197e98557868ad069795d60 (patch) | |
tree | 86fbddd2167952c13b10ca989d37e179a63cdde9 /xmloff | |
parent | 2a5a4497c210b649fdfaae8b74d742f23df32499 (diff) |
Fix typos
Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff
Reviewed-on: https://gerrit.libreoffice.org/16522
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmlexp.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/text/XMLRedlineExport.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index 2033c013180a..471a307a6886 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -1511,7 +1511,7 @@ sal_uInt32 SvXMLExport::exportDoc( enum ::xmloff::token::XMLTokenEnum eClass ) if( mnExportFlags & SvXMLExportFlags::MASTERSTYLES ) ImplExportMasterStyles( false ); - // contnt + // content if( mnExportFlags & SvXMLExportFlags::CONTENT ) ImplExportContent(); } diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx index 899f6a509b70..56ae1922148d 100644 --- a/xmloff/source/text/XMLRedlineExport.cxx +++ b/xmloff/source/text/XMLRedlineExport.cxx @@ -107,7 +107,7 @@ void XMLRedlineExport::ExportChange( if (bAutoStyle) { // For the headers/footers, we have to collect the autostyles - // here. For the general case, however, it's better to collet + // here. For the general case, however, it's better to collect // the autostyles by iterating over the global redline // list. So that's what we do: Here, we collect autostyles // only if we have no current list of changes. For the |