summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 09:57:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:17 +0200
commit2a4b6a6e6f22c0de19971c77f67baa75e3a33e60 (patch)
tree13a0e8ca5e657473ff5928cd78d68c772025539a /xmloff
parent68ae78c3c27061408493cedb3b8c579daacf81b2 (diff)
typo: currect -> current
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtparae.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 7af9677ce874..0e717315e8a1 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -3515,7 +3515,7 @@ void XMLTextParagraphExport::exportText( const OUString& rText,
nSpaceChars++;
rPrevCharIsSpace = bCurrCharIsSpace;
- // If the currect character is not exported as text, the start
+ // If the current character is not exported as text, the start
// position for text is the position behind the current position.
if( !bExpCharAsText )
{