diff options
author | Eike Rathke <erack@redhat.com> | 2014-04-12 00:41:39 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-04-12 11:30:29 +0200 |
commit | f0d9aab05249ff9ea97a60fa5305f2ae32e2bdbb (patch) | |
tree | 11882a87fb78a200933aa48c72ae503a6de01b27 | |
parent | b0ca4765f304dbef11dbad932c13bf00e245f684 (diff) |
do not change configured runtime system locale when setting UI locale
This was always plain wrong.
Change-Id: I2b0e3572a8285638c6d2a16e2b095c4a9847a25c
-rw-r--r-- | unotools/source/config/syslocaleoptions.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/source/config/syslocaleoptions.cxx b/unotools/source/config/syslocaleoptions.cxx index c2fa6d515474..fa25d348aac3 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 ); } |