loplugin:ostr (macOS)

Change-Id: I85ecdf188dc394d6175a2dd7338147a057fa7766
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160392
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
This commit is contained in:
Stephan Bergmann 2023-12-06 13:42:50 +01:00 committed by Stephan Bergmann
parent 9e8df5bfe8
commit 8b5bb37cc4

View file

@ -827,7 +827,7 @@ void imp_getProcessLocale( rtl_Locale ** ppLocale )
locale = getenv( "LANG" );
if( locale.isEmpty() )
locale = "C";
locale = "C"_ostr;
}
/* return the locale */