diff options
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 77f929f0b1da..dd3fadf06bbf 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -37,12 +37,10 @@ struct ScCalcConfig; enum class SvtScriptType; enum class FormulaError : sal_uInt16; -#define SC_COLLATOR_IGNORES ( \ - css::i18n::CollatorOptions::CollatorOptions_IGNORE_CASE ) +#define SC_COLLATOR_IGNORES css::i18n::CollatorOptions::CollatorOptions_IGNORE_CASE -#define SC_TRANSLITERATION_IGNORECASE ( \ - css::i18n::TransliterationModules_IGNORE_CASE ) -#define SC_TRANSLITERATION_CASESENSE 0 +#define SC_TRANSLITERATION_IGNORECASE TransliterationFlags::IGNORE_CASE +#define SC_TRANSLITERATION_CASESENSE TransliterationFlags::NONE // Calc has lots of names... // Clipboard names are in so3/soapp.hxx now |