From 3c1e30b77df4f34c4954bff37a08439ace7f2434 Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Wed, 14 May 2014 14:15:38 -0400 Subject: Correct common misspellings, and remove some ASCII art along the way. Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold Tested-by: LibreOffice gerrit bot --- xmloff/source/chart/SchXMLExport.cxx | 2 +- xmloff/source/text/XMLSectionExport.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff/source') diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx index 5f8ef2ecac1e..cfd0c1f5c4ff 100644 --- a/xmloff/source/chart/SchXMLExport.cxx +++ b/xmloff/source/chart/SchXMLExport.cxx @@ -1537,7 +1537,7 @@ void SchXMLExportHelper_Impl::parseDocument( Reference< chart::XChartDocument >& // (is included as subelement of chart) if( bExportContent ) { - // #85929# always export table, otherwise clipboard may loose data + // #85929# always export table, otherwise clipboard may lose data exportTable(); } diff --git a/xmloff/source/text/XMLSectionExport.hxx b/xmloff/source/text/XMLSectionExport.hxx index 91cb4cb74938..9b4a765b139e 100644 --- a/xmloff/source/text/XMLSectionExport.hxx +++ b/xmloff/source/text/XMLSectionExport.hxx @@ -200,7 +200,7 @@ public: static void ExportBibliographyConfiguration(SvXMLExport& rExport); /** export a heading for every level. This is used by master documents - * to not loose the heading information if master documents are exported + * to not lose the heading information if master documents are exported * without section contents */ void ExportMasterDocHeadingDummies(); -- cgit