[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - vcl/source

Henry Castro (via logerrit) logerrit at kemper.freedesktop.org
Wed May 20 22:44:46 UTC 2020


 vcl/source/app/settings.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c783a05ab4551ede4236aabe83d8f894e98ab248
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Wed May 6 13:59:52 2020 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Thu May 21 00:44:10 2020 +0200

    lok: replace locale name "en_US" -> "en-US"
    
    Change-Id: Ic4792e35d14e2865f8bd9998b61c9024f822d454
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93774
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Henry Castro <hcastro at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94522
    Tested-by: Henry Castro <hcastro at collabora.com>

diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index 43ed776e0af7..a21e07b0fd73 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -2841,7 +2841,7 @@ const LocaleDataWrapper& AllSettings::GetNeutroLocaleDataWrapper() const
 {
     if ( !mxData->mpNeutroLocaleDataWrapper )
         const_cast<AllSettings*>(this)->mxData->mpNeutroLocaleDataWrapper.reset( new LocaleDataWrapper(
-            comphelper::getProcessComponentContext(), LanguageTag("en_US") ) );
+            comphelper::getProcessComponentContext(), LanguageTag("en-US") ) );
     return *mxData->mpNeutroLocaleDataWrapper;
 }
 


More information about the Libreoffice-commits mailing list