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 40e04dd50bea..d9b3cf3c1f7e 100644
--- a/include/unotools/searchopt.hxx
+++ b/include/unotools/searchopt.hxx
@@ -80,6 +80,7 @@ public:
bool IsIgnoreProlongedSoundMark() const;
bool IsIgnoreMiddleDot() const;
bool IsIgnoreDiacritics_CTL() const;
+ bool IsIgnoreKashida_CTL() const;
void SetMatchFullHalfWidthForms( bool bVal );
void SetMatchHiraganaKatakana( bool bVal );
@@ -100,6 +101,7 @@ public:
void SetIgnoreProlongedSoundMark( bool bVal );
void SetIgnoreMiddleDot( bool bVal );
void SetIgnoreDiacritics_CTL( bool bVal );
+ void SetIgnoreKashida_CTL( bool bVal );
};
#endif