diff options
-rw-r--r-- | sal/osl/unx/nlsupport.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sal/osl/unx/nlsupport.cxx b/sal/osl/unx/nlsupport.cxx index 03a7c1c550ca..616447ecafe3 100644 --- a/sal/osl/unx/nlsupport.cxx +++ b/sal/osl/unx/nlsupport.cxx @@ -835,12 +835,6 @@ void imp_getProcessLocale( rtl_Locale ** ppLocale ) /* return the locale */ *ppLocale = parse_locale( locale.getStr() ); - -#ifndef IOS - setenv( "LC_ALL", locale.getStr(), 1); - setenv("LC_CTYPE", locale.getStr(), 1 ); - setenv("LANG", locale.getStr(), 1 ); -#endif } #else /***************************************************************************** |