summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-05-14 14:15:38 -0400
committerThomas Arnhold <thomas@arnhold.org>2014-05-17 12:38:38 +0000
commit3c1e30b77df4f34c4954bff37a08439ace7f2434 (patch)
treea5231657e37e3b2efb2ba438c43561bf5f27649c /sc/source/filter/xml
parentComment why it's not a copy paste error (diff)
downloadcore-3c1e30b77df4f34c4954bff37a08439ace7f2434.tar.gz
core-3c1e30b77df4f34c4954bff37a08439ace7f2434.zip
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 <thomas@arnhold.org> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Diffstat (limited to 'sc/source/filter/xml')
-rw-r--r--sc/source/filter/xml/xmlnexpi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlnexpi.cxx b/sc/source/filter/xml/xmlnexpi.cxx
index 7ad71c53fb5b..acd373ec346c 100644
--- a/sc/source/filter/xml/xmlnexpi.cxx
+++ b/sc/source/filter/xml/xmlnexpi.cxx
@@ -89,7 +89,7 @@ SvXMLImportContext *ScXMLNamedExpressionsContext::CreateChildContext( sal_uInt16
void ScXMLNamedExpressionsContext::EndElement()
{
- // happends in ScXMLImport::EndDocument()
+ // happens in ScXMLImport::EndDocument()
// because it has to be set after the Database Ranges
}