diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:11:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:11:43 +0000 |
commit | 131af0814cb6ae3d8906a37325144e6f6a32cae0 (patch) | |
tree | 78092f00ce3a39966f07c3ce8d91ffa4b2b894dc /package/source | |
parent | a0e811fec0a63475cd202bbfd54789b9776db7a1 (diff) |
INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED
2005/11/01 17:10:19 cd 1.5.4.1: #i53898# Warning free code for sun sparc compiler
Diffstat (limited to 'package/source')
-rw-r--r-- | package/source/xstor/register.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/source/xstor/register.cxx b/package/source/xstor/register.cxx index 0243190d0bba..6c238ef0f8af 100644 --- a/package/source/xstor/register.cxx +++ b/package/source/xstor/register.cxx @@ -4,9 +4,9 @@ * * $RCSfile: register.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:08:30 $ + * last change: $Author: hr $ $Date: 2006-06-20 06:11:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,12 +52,12 @@ using namespace ::com::sun::star; extern "C" { -void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv ) +void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } -void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) +void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0; @@ -81,7 +81,7 @@ void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServic return pRet; } -sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryKey ) +sal_Bool SAL_CALL component_writeInfo( void * /*pServiceManager*/, void * pRegistryKey ) { if (pRegistryKey) { |