summaryrefslogtreecommitdiff
path: root/include/i18nutil/searchopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/i18nutil/searchopt.hxx')
-rw-r--r--include/i18nutil/searchopt.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/i18nutil/searchopt.hxx b/include/i18nutil/searchopt.hxx
index 56bfaa3f87a6..817014af8d96 100644
--- a/include/i18nutil/searchopt.hxx
+++ b/include/i18nutil/searchopt.hxx
@@ -60,9 +60,6 @@ struct SAL_WARN_UNUSED SearchOptions {
SearchOptions()
: algorithmType(::css::util::SearchAlgorithms_ABSOLUTE)
, searchFlag(0)
- , searchString()
- , replaceString()
- , Locale()
, changedChars(0)
, deletedChars(0)
, insertedChars(0)
@@ -117,8 +114,7 @@ struct SAL_WARN_UNUSED SearchOptions2 : public SearchOptions {
}
SearchOptions2()
- : SearchOptions()
- , AlgorithmType2(0)
+ : AlgorithmType2(0)
, WildcardEscapeCharacter(0)
{}