diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 13:18:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 13:18:46 +0000 |
commit | 0ddd9fa24d10b4a5f1d807f61087495dc584c2de (patch) | |
tree | 1a6fed414dd9387f22363c82da0eb91d396b0f06 /shell | |
parent | 7233be4856f39c142c13f01bc7bd70627fc106a6 (diff) |
INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED
2005/10/26 15:08:19 pl 1.3.14.2: #i55991# remove warnings for solaris platform
2005/10/21 10:46:26 pl 1.3.14.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'shell')
-rwxr-xr-x | shell/source/cmdmail/cmdmailentry.cxx | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/shell/source/cmdmail/cmdmailentry.cxx b/shell/source/cmdmail/cmdmailentry.cxx index f63ad5d1f8dc..874080f2b325 100755 --- a/shell/source/cmdmail/cmdmailentry.cxx +++ b/shell/source/cmdmail/cmdmailentry.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cmdmailentry.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:51:05 $ + * last change: $Author: hr $ $Date: 2006-06-19 14:18:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -97,7 +97,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; } @@ -106,10 +106,8 @@ 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; - if ( pRegistryKey ) { try @@ -131,7 +129,7 @@ sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey // component_getFactory //---------------------------------------------------------------------- -void* SAL_CALL component_getFactory( const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* pRegistryKey ) +void* SAL_CALL component_getFactory( const sal_Char* pImplName, uno_Interface* /*pSrvManager*/, uno_Interface* /*pRegistryKey*/ ) { Reference< XSingleComponentFactory > xFactory; |