From 9333ff801d2b00a1d54f8922abb5db807a0251be Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 00:31:51 +0000 Subject: INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/12/22 11:44:49 fs 1.4.30.2: #i57457# warning-free code 2005/11/16 12:59:08 fs 1.4.30.1: #i57457# warning free code --- connectivity/source/drivers/hsqldb/Hservices.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'connectivity/source/drivers/hsqldb/Hservices.cxx') diff --git a/connectivity/source/drivers/hsqldb/Hservices.cxx b/connectivity/source/drivers/hsqldb/Hservices.cxx index 98b06e2aac12..87721f239dec 100644 --- a/connectivity/source/drivers/hsqldb/Hservices.cxx +++ b/connectivity/source/drivers/hsqldb/Hservices.cxx @@ -4,9 +4,9 @@ * * $RCSfile: Hservices.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 06:05:59 $ + * last change: $Author: hr $ $Date: 2006-06-20 01:31:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -125,7 +125,7 @@ struct ProviderRequest extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_Char **ppEnvTypeName, - uno_Environment **ppEnv + uno_Environment ** /*ppEnv*/ ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; @@ -133,7 +133,7 @@ extern "C" void SAL_CALL component_getImplementationEnvironment( //--------------------------------------------------------------------------------------- extern "C" sal_Bool SAL_CALL component_writeInfo( - void* pServiceManager, + void* /*pServiceManager*/, void* pRegistryKey ) { @@ -160,7 +160,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( extern "C" void* SAL_CALL component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, - void* pRegistryKey) + void* /*pRegistryKey*/) { void* pRet = 0; if (pServiceManager) -- cgit