diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/langselect.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/source/app/langselect.cxx b/desktop/source/app/langselect.cxx index 468ba9368ee5..711d567d2063 100644 --- a/desktop/source/app/langselect.cxx +++ b/desktop/source/app/langselect.cxx @@ -47,8 +47,6 @@ namespace desktop::langselect { namespace { -OUString foundLocale; - void setMsLangIdFallback(OUString const & locale) { // #i32939# setting of default document language // See #i42730# for rules for determining source of settings @@ -141,7 +139,6 @@ bool prepareLocale() { LanguageTag docTag(LANGUAGE_SYSTEM); setMsLangIdFallback(docTag.getBcp47()); - foundLocale = locale; return true; } |