diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:57:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:17 +0200 |
commit | 2a4b6a6e6f22c0de19971c77f67baa75e3a33e60 (patch) | |
tree | 13a0e8ca5e657473ff5928cd78d68c772025539a /xmloff | |
parent | 68ae78c3c27061408493cedb3b8c579daacf81b2 (diff) |
typo: currect -> current
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 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 ) { |