INTEGRATION: CWS warnings01 (1.4.18); FILE MERGED
2006/05/23 23:13:17 sb 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/16 12:07:42 pl 1.4.18.1: #i55991# removed warnings
This commit is contained in:
parent
69717ce381
commit
fde23f755e
1 changed files with 5 additions and 5 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: FPentry.cxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2006-05-05 10:22:27 $
|
||||
* last change: $Author: hr $ $Date: 2006-06-20 00:13:22 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -114,7 +114,7 @@ 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;
|
||||
}
|
||||
|
@ -123,7 +123,7 @@ void SAL_CALL component_getImplementationEnvironment(
|
|||
//
|
||||
//------------------------------------------------
|
||||
|
||||
sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey )
|
||||
sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/, void* pRegistryKey )
|
||||
{
|
||||
sal_Bool bRetVal = sal_True;
|
||||
|
||||
|
@ -150,7 +150,7 @@ sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey
|
|||
//------------------------------------------------
|
||||
|
||||
void* SAL_CALL component_getFactory(
|
||||
const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* pRegistryKey )
|
||||
const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* /*pRegistryKey*/ )
|
||||
{
|
||||
void* pRet = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue