summaryrefslogtreecommitdiff
path: root/i18npool/source/search/textsearch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/search/textsearch.cxx')
-rw-r--r--i18npool/source/search/textsearch.cxx6
1 files changed, 3 insertions, 3 deletions
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];