From 671d22add5821401360136447e2a640664865cee Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 09:18:23 +0000 Subject: 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 --- scripting/source/basprov/basprov.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripting/source') 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; } -- cgit