From 69c88a32aad2cafde197e98557868ad069795d60 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 23 Jun 2015 09:58:19 +0200 Subject: Fix typos Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff Reviewed-on: https://gerrit.libreoffice.org/16522 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- xmloff/source/core/xmlexp.cxx | 2 +- xmloff/source/text/XMLRedlineExport.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff') 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 -- cgit