[Libreoffice-commits] core.git: vcl/source

Henry Castro (via logerrit) logerrit at kemper.freedesktop.org
Sat May 9 12:58:22 UTC 2020


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

New commits:
commit 97e3eca6d8be4e4affd57139dea16946d8988005
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Wed May 6 13:59:52 2020 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Sat May 9 14:57:45 2020 +0200

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

diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index 9044867bae3d..00889abe3dfb 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -2997,7 +2997,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