summaryrefslogtreecommitdiff
path: root/framework/inc/macros/registration.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:57:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:57:02 +0000
commit0adbf4a1444d701fce8c1c669b5fc1ffc4af25f8 (patch)
treeec6eee1cf6b95f828425a00c45c71b5d913fe175 /framework/inc/macros/registration.hxx
parent54a033ea17b293c7f4b6f2bf4c14576891e41a44 (diff)
INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED
2005/11/16 15:19:58 pl 1.3.32.1: #i55991# removed warnings
Diffstat (limited to 'framework/inc/macros/registration.hxx')
-rw-r--r--framework/inc/macros/registration.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/inc/macros/registration.hxx b/framework/inc/macros/registration.hxx
index 510df1d26bb5..524aa54c3afd 100644
--- a/framework/inc/macros/registration.hxx
+++ b/framework/inc/macros/registration.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: registration.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:24:22 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:57:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -159,7 +159,7 @@ ________________________________________________________________________________
//*****************************************************************************************************************
#define COMPONENTGETIMPLEMENTATIONENVIRONMENT \
extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_Char** ppEnvironmentTypeName , \
- uno_Environment** ppEnvironment ) \
+ uno_Environment** ) \
{ \
*ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ; \
}
@@ -169,7 +169,7 @@ ________________________________________________________________________________
// define registration of service
//*****************************************************************************************************************
#define COMPONENTWRITEINFO( INFOS ) \
- extern "C" sal_Bool SAL_CALL component_writeInfo( void* pServiceManager , \
+ extern "C" sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/ , \
void* pRegistryKey ) \
{ \
LOG_REGISTRATION_WRITEINFO( "\t[start]\n" ) \
@@ -206,7 +206,7 @@ ________________________________________________________________________________
#define COMPONENTGETFACTORY( IFFACTORIES ) \
extern "C" void* SAL_CALL component_getFactory( const sal_Char* pImplementationName , \
void* pServiceManager , \
- void* pRegistryKey ) \
+ void* /*pRegistryKey*/ ) \
{ \
LOG_REGISTRATION_GETFACTORY( "\t[start]\n" ) \
/* Set default return value for this operation - if it failed. */ \