INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED

2005/11/09 21:01:33 sb 1.4.10.1: #i53898# Made code warning-free.
This commit is contained in:
Jens-Heiner Rechtien 2006-06-20 04:15:22 +00:00
parent e034aba9ec
commit 1bb06a1181

View file

@ -4,9 +4,9 @@
*
* $RCSfile: cacheserv.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2005-09-09 15:12:41 $
* last change: $Author: hr $ $Date: 2006-06-20 05:15:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -102,14 +102,13 @@ static sal_Bool writeInfo( void * pRegistryKey,
//=========================================================================
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;
}
//=========================================================================
extern "C" sal_Bool SAL_CALL component_writeInfo(
void * pServiceManager, void * pRegistryKey )
extern "C" sal_Bool SAL_CALL component_writeInfo( void *, void * pRegistryKey )
{
return pRegistryKey &&
@ -148,7 +147,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo(
//=========================================================================
extern "C" void * SAL_CALL component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
const sal_Char * pImplName, void * pServiceManager, void * )
{
void * pRet = 0;