diff options
author | Eike Rathke <erack@redhat.com> | 2021-10-18 23:22:33 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2021-10-19 00:20:36 +0200 |
commit | e3c3c3b84ef6b91f89a5e388e6538f18a2e8b13e (patch) | |
tree | bfacaa3679c5a5377354c0469c8a6dece907db91 /unotools | |
parent | 20081a8ea052b2f31915bd127c3b282cf5025d59 (diff) |
Use MsLangId::getConfiguredSystemLanguage()
Change-Id: I298f762ac7f3298aa9cb9621ad1f8cae50527b24
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123790
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/syslocaleoptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/syslocaleoptions.cxx b/unotools/source/config/syslocaleoptions.cxx index 9906124a141a..04a31826de82 100644 --- a/unotools/source/config/syslocaleoptions.cxx +++ b/unotools/source/config/syslocaleoptions.cxx @@ -262,7 +262,7 @@ void SvtSysLocaleOptions_Impl::MakeRealLocale() { if (m_aLocaleString.isEmpty()) { - LanguageType nLang = MsLangId::getSystemLanguage(); + LanguageType nLang = MsLangId::getConfiguredSystemLanguage(); m_aRealLocale.reset( nLang).makeFallback(); } else |