From e3079577464f30b1a082dbab5a1611d54097f1d5 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 01:53:10 +0000 Subject: INTEGRATION: CWS warnings01 (1.3.50); FILE MERGED 2006/03/24 15:35:58 fs 1.3.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) --- dbaccess/source/filter/xml/xmlservices.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dbaccess/source') diff --git a/dbaccess/source/filter/xml/xmlservices.cxx b/dbaccess/source/filter/xml/xmlservices.cxx index d360b2ae84ed..c1f4aaaf5093 100644 --- a/dbaccess/source/filter/xml/xmlservices.cxx +++ b/dbaccess/source/filter/xml/xmlservices.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlservices.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:11:52 $ + * last change: $Author: hr $ $Date: 2006-06-20 02:53:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,7 +82,7 @@ extern "C" void SAL_CALL createRegistryInfo_dbaxml() extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_Char **ppEnvTypeName, - uno_Environment **ppEnv + uno_Environment **/*ppEnv*/ ) { createRegistryInfo_dbaxml(); @@ -115,7 +115,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*/) { Reference< XInterface > xRet; if (pServiceManager && pImplementationName) -- cgit