summaryrefslogtreecommitdiffstats
path: root/i18npool/source/isolang
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:28:36 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:28:36 +0000
commit98a4b82da91127adcd6d39b2ea9f23de7d040dfb (patch)
tree7980b6a9403adf4029b4a33d840ec3b00196be70 /i18npool/source/isolang
parentINTEGRATION: CWS pj65 (1.34.10); FILE MERGED (diff)
downloadcore-98a4b82da91127adcd6d39b2ea9f23de7d040dfb.tar.gz
core-98a4b82da91127adcd6d39b2ea9f23de7d040dfb.zip
INTEGRATION: CWS pj65 (1.4.26); FILE MERGED
2006/10/31 12:46:21 pjanik 1.4.26.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'i18npool/source/isolang')
-rw-r--r--i18npool/source/isolang/inunx.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/i18npool/source/isolang/inunx.cxx b/i18npool/source/isolang/inunx.cxx
index 3195f06afbb1..1fc1fac956b7 100644
--- a/i18npool/source/isolang/inunx.cxx
+++ b/i18npool/source/isolang/inunx.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inunx.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 09:20:37 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:28:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -130,6 +130,7 @@ static void getPlatformSystemLanguageImpl( LanguageType& rSystemLanguage,
{
#ifdef MACOSX
rtl_Locale *procLocale;
+ (void) pGetLangFromEnv; /* unused */
if ( osl_getProcessLocale(&procLocale) == osl_Process_E_None )
{