diff options
author | abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa> | 2013-06-21 11:07:34 +0200 |
---|---|---|
committer | abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa> | 2013-06-21 11:14:17 +0200 |
commit | 448fa131b2dafac305d88480e469cc4bc0515d68 (patch) | |
tree | 4f8f94215ce38a9c7ccb0d3edb4af3bb62aa5b38 /include/unotools | |
parent | 832612bb6bd013cf68a64e33827158f96e6d03d3 (diff) |
Fix fdo#52204 add new feature ignore diacritics in search for CTL
Change-Id: Ie9044a35003217545bacea214ef59047bff3b8b1
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/searchopt.hxx | 2 |
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 ); }; |