From 30931665cc91398361bee8c21e26a875dcb7fd2f Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 04:10:54 +0000 Subject: INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/24 14:04:32 dbo 1.3.4.1: #i53898# warning-free code --- xmlscript/source/misc/unoservices.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmlscript/source/misc') diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx index 5ce30d3d09c1..0ee272d9358c 100644 --- a/xmlscript/source/misc/unoservices.cxx +++ b/xmlscript/source/misc/unoservices.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unoservices.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:10:42 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:10:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -113,7 +113,7 @@ namespace xmlscript extern "C" { void SAL_CALL component_getImplementationEnvironment( - const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv ) + const sal_Char ** ppEnvTypeName, uno_Environment ** ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } -- cgit