summaryrefslogtreecommitdiff
path: root/include/unotools/searchopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/searchopt.hxx')
-rw-r--r--include/unotools/searchopt.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unotools/searchopt.hxx b/include/unotools/searchopt.hxx
index 0ce76a846024..a808c88eb28f 100644
--- a/include/unotools/searchopt.hxx
+++ b/include/unotools/searchopt.hxx
@@ -84,6 +84,7 @@ public:
sal_Bool IsIgnoreWhitespace() const;
sal_Bool IsIgnoreProlongedSoundMark() const;
sal_Bool IsIgnoreMiddleDot() const;
+ sal_Bool IsIgnoreDiacritics_CTL() const;
void SetMatchFullHalfWidthForms( sal_Bool bVal );
void SetMatchHiraganaKatakana( sal_Bool bVal );
@@ -103,6 +104,7 @@ public:
void SetIgnoreWhitespace( sal_Bool bVal );
void SetIgnoreProlongedSoundMark( sal_Bool bVal );
void SetIgnoreMiddleDot( sal_Bool bVal );
+ void SetIgnoreDiacritics_CTL( sal_Bool bVal );
};