summaryrefslogtreecommitdiff
path: root/desktop/source/app/langselect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/langselect.cxx')
-rw-r--r--desktop/source/app/langselect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/langselect.cxx b/desktop/source/app/langselect.cxx
index a3f94791f091..d57a68f75cb9 100644
--- a/desktop/source/app/langselect.cxx
+++ b/desktop/source/app/langselect.cxx
@@ -79,10 +79,10 @@ void setMsLangIdFallback(OUString const & locale) {
if (!locale.isEmpty()) {
LanguageType type = LanguageTag::convertToLanguageTypeWithFallback(locale);
switch (SvtLanguageOptions::GetScriptTypeOfLanguage(type)) {
- case SCRIPTTYPE_ASIAN:
+ case SvtScriptType::ASIAN:
MsLangId::setConfiguredAsianFallback(type);
break;
- case SCRIPTTYPE_COMPLEX:
+ case SvtScriptType::COMPLEX:
MsLangId::setConfiguredComplexFallback(type);
break;
default: