[Libreoffice-commits] core.git: unotools/source
Eike Rathke
erack at redhat.com
Sat Apr 12 02:30:58 PDT 2014
unotools/source/config/syslocaleoptions.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit f0d9aab05249ff9ea97a60fa5305f2ae32e2bdbb
Author: Eike Rathke <erack at redhat.com>
Date: Sat Apr 12 00:41:39 2014 +0200
do not change configured runtime system locale when setting UI locale
This was always plain wrong.
Change-Id: I2b0e3572a8285638c6d2a16e2b095c4a9847a25c
diff --git a/unotools/source/config/syslocaleoptions.cxx b/unotools/source/config/syslocaleoptions.cxx
index c2fa6d5..fa25d34 100644
--- a/unotools/source/config/syslocaleoptions.cxx
+++ b/unotools/source/config/syslocaleoptions.cxx
@@ -410,7 +410,6 @@ void SvtSysLocaleOptions_Impl::SetUILocaleString( const OUString& rStr )
// as we can't switch UILocale at runtime, we only store changes in the configuration
MakeRealUILocale();
- LanguageTag::setConfiguredSystemLanguage( m_aRealUILocale.getLanguageType() );
SetModified();
NotifyListeners( SYSLOCALEOPTIONS_HINT_UILOCALE );
}
More information about the Libreoffice-commits
mailing list