[Libreoffice-commits] core.git: sal/osl

Stephan Bergmann sbergman at redhat.com
Wed Nov 19 08:15:45 PST 2014


 sal/osl/unx/nlsupport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 437cf27b6db107b2b74836ac2d897a10ebc67c0b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Nov 19 17:15:19 2014 +0100

    Blind fix for Android
    
    Change-Id: I091fa9f9fd4c2df1818aadcba7995b174b07f098

diff --git a/sal/osl/unx/nlsupport.cxx b/sal/osl/unx/nlsupport.cxx
index 93cc859..f6ae33c 100644
--- a/sal/osl/unx/nlsupport.cxx
+++ b/sal/osl/unx/nlsupport.cxx
@@ -901,7 +901,7 @@ void _imp_getProcessLocale( rtl_Locale ** ppLocale )
     /* No locale environment variables on Android, so why even bother
      * with getenv().
      */
-   char * locale = "en-US.UTF-8";
+   char const * locale = "en-US.UTF-8";
 #else
     /* simulate behavior off setlocale */
     char * locale = getenv( "LC_ALL" );


More information about the Libreoffice-commits mailing list