summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/i18n/textsearch.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/i18n/textsearch.cxx b/unotools/source/i18n/textsearch.cxx
index 1e27796694f9..2a657109b110 100644
--- a/unotools/source/i18n/textsearch.cxx
+++ b/unotools/source/i18n/textsearch.cxx
@@ -155,7 +155,7 @@ i18nutil::SearchOptions2 TextSearch::UpgradeToSearchOptions2( const i18nutil::Se
for (;;) std::abort();
}
// 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...
i18nutil::SearchOptions2 aOptions2(
rOptions.algorithmType,
rOptions.searchFlag,
@@ -167,7 +167,7 @@ i18nutil::SearchOptions2 TextSearch::UpgradeToSearchOptions2( const i18nutil::Se
rOptions.insertedChars,
rOptions.transliterateFlags,
nAlgorithmType2,
- 0 // no wildcard search, no escape character..
+ 0 // no wildcard search, no escape character...
);
return aOptions2;
}