summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/LocaleNode.cxx2
-rw-r--r--i18npool/source/search/textsearch.cxx6
2 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/localedata/LocaleNode.cxx b/i18npool/source/localedata/LocaleNode.cxx
index 11a12bd3d6eb..15c6a2f69ca1 100644
--- a/i18npool/source/localedata/LocaleNode.cxx
+++ b/i18npool/source/localedata/LocaleNode.cxx
@@ -1999,7 +1999,7 @@ void LCMiscNode::generateCode (const OFileWriter &of) const
}
const LocaleNode * reserveNode = findNode("ReservedWords");
if (!reserveNode)
- incError( "No ReservedWords element."); // should not happen if validated..
+ incError( "No ReservedWords element."); // should not happen if validated...
const LocaleNode * forbidNode = findNode("ForbiddenCharacters");
const LocaleNode * breakNode = findNode("BreakIteratorRules");
diff --git a/i18npool/source/search/textsearch.cxx b/i18npool/source/search/textsearch.cxx
index 3a22a3626326..f6f5fd3c618e 100644
--- a/i18npool/source/search/textsearch.cxx
+++ b/i18npool/source/search/textsearch.cxx
@@ -266,7 +266,7 @@ void TextSearch::setOptions( const SearchOptions& rOptions )
break;
}
// It would be nice if an inherited struct had a ctor that takes an
- // instance of the object the struct derived from..
+ // instance of the object the struct derived from...
SearchOptions2 aOptions2(
rOptions.algorithmType,
rOptions.searchFlag,
@@ -278,7 +278,7 @@ void TextSearch::setOptions( const SearchOptions& rOptions )
rOptions.insertedChars,
rOptions.transliterateFlags,
nAlgorithmType2,
- 0 // no wildcard search, no escape character..
+ 0 // no wildcard search, no escape character...
);
setOptions2( aOptions2);
}
@@ -1348,7 +1348,7 @@ SearchResult TextSearch::WildcardSrchBkwrd( const OUString& searchStr, sal_Int32
{
// Copy the escape character code units first in the
// unlikely case that it would not be of BMP.
- assert(nIndex - nOld == 2); // it's UTF-16, so..
+ assert(nIndex - nOld == 2); // it's UTF-16, so...
sal_Unicode buf[2];
buf[0] = rPattern[nOld];
buf[1] = rPattern[nOld+1];