diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-06-05 20:46:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-05 21:29:27 +0200 |
commit | f60603a2d783af8ff3de1696795aab548ca8460b (patch) | |
tree | 5373a7cd48c0ad755aefc996be3596b70921d3f4 /xmloff | |
parent | 09f38f4df1177768fbeefc31e6e73137b2784c49 (diff) |
typos
Change-Id: I3a28b5ce7464de724799997234925533d45f6121
Reviewed-on: https://gerrit.libreoffice.org/38420
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtparae.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 16b9c4820853..10a0158ed0c3 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -3453,7 +3453,7 @@ void XMLTextParagraphExport::exportCharacterData(const OUString& rText, } // If the current character has to be exported as a special - // element, the elemnt will be exported now. + // element, the element will be exported now. if( bExpCharAsElement ) { switch( cChar ) |