INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED
2005/11/10 17:15:29 pl 1.5.10.1: #i55991# removed warnings
This commit is contained in:
parent
f73ac8cf0d
commit
75a741e80c
1 changed files with 5 additions and 5 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: webdavservices.cxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-09 16:18:04 $
|
||||
* last change: $Author: hr $ $Date: 2006-06-20 05:38:52 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -90,14 +90,14 @@ 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 ** /*ppEnv*/ )
|
||||
{
|
||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
||||
}
|
||||
|
||||
//=========================================================================
|
||||
extern "C" sal_Bool SAL_CALL component_writeInfo(
|
||||
void * pServiceManager, void * pRegistryKey )
|
||||
void * /*pServiceManager*/, void * pRegistryKey )
|
||||
{
|
||||
return pRegistryKey &&
|
||||
|
||||
|
@ -112,7 +112,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 * /*pRegistryKey*/ )
|
||||
{
|
||||
void * pRet = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue