vcl/source/app/settings.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 303577c66c7084fc061cf61d6567a1cb42213d57 Author: Henry Castro <[email protected]> AuthorDate: Wed May 6 13:59:52 2020 -0400 Commit: Henry Castro <[email protected]> CommitDate: Sat May 9 14:38:02 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 <[email protected]> Reviewed-by: Henry Castro <[email protected]> diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index a072d02e272b..0388beedc754 100644 --- a/vcl/source/app/settings.cxx +++ b/vcl/source/app/settings.cxx @@ -2881,7 +2881,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; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
