diff options
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/characterclassification/cclass_unicode_parser.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/characterclassification/cclass_unicode_parser.cxx b/i18npool/source/characterclassification/cclass_unicode_parser.cxx index bb8387836ae8..05ac79ce624c 100644 --- a/i18npool/source/characterclassification/cclass_unicode_parser.cxx +++ b/i18npool/source/characterclassification/cclass_unicode_parser.cxx @@ -704,7 +704,7 @@ void cclass_Unicode::parseText( ParseResult& r, const OUString& rText, sal_Int32 assert(r.LeadingWhiteSpace == 0); eState = ssGetChar; - //! All the variables below (plus ParseResult) have to be resetted on ssRewindFromValue! + //! All the variables below (plus ParseResult) have to be reset on ssRewindFromValue! OUStringBuffer aSymbol; bool isFirst(true); sal_Int32 index(nPos); // index of next code point after current @@ -717,7 +717,7 @@ void cclass_Unicode::parseText( ParseResult& r, const OUString& rText, sal_Int32 bool bMightBeWord = true; bool bMightBeWordLast = true; bool bDecSepAltUsed = false; - //! All the variables above (plus ParseResult) have to be resetted on ssRewindFromValue! + //! All the variables above (plus ParseResult) have to be reset on ssRewindFromValue! sal_Int32 nextCharIndex(nPos); // == index of nextChar while ((current != 0) && (eState != ssStop)) |