summaryrefslogtreecommitdiff
path: root/scripting/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:18:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:18:23 +0000
commit671d22add5821401360136447e2a640664865cee (patch)
treed85c79b6d16eb4d5b55d44a8d553ffe76c4a0924 /scripting/source
parent7106e290865d0eaabbf2795d70a583ea09055535 (diff)
INTEGRATION: CWS warnings01 (1.17.14); FILE MERGED
2005/12/22 14:40:47 ab 1.17.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro
Diffstat (limited to 'scripting/source')
-rw-r--r--scripting/source/basprov/basprov.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripting/source/basprov/basprov.cxx b/scripting/source/basprov/basprov.cxx
index 57f69a69c1d1..03ba58e763b9 100644
--- a/scripting/source/basprov/basprov.cxx
+++ b/scripting/source/basprov/basprov.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: basprov.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:23:26 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:18:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -608,6 +608,8 @@ extern "C"
void SAL_CALL component_getImplementationEnvironment(
const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
{
+ (void)ppEnv;
+
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}