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:
parent
e034aba9ec
commit
1bb06a1181
1 changed files with 5 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue