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:
parent
9e8df5bfe8
commit
8b5bb37cc4
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ void imp_getProcessLocale( rtl_Locale ** ppLocale )
|
|||
locale = getenv( "LANG" );
|
||||
|
||||
if( locale.isEmpty() )
|
||||
locale = "C";
|
||||
locale = "C"_ostr;
|
||||
}
|
||||
|
||||
/* return the locale */
|
||||
|
|
Loading…
Reference in a new issue