summaryrefslogtreecommitdiff
path: root/xmloff/source/transform
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:56:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:56:30 +0000
commit8d6a56a40b53f66b6beed635d4ddaceef2e00676 (patch)
treedb5f923fd861213df6f3627201e2571da386ac0f /xmloff/source/transform
parent33d4df6300bc4ad31a088caaf678ccefc552c068 (diff)
INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED
2005/11/17 16:34:04 pl 1.3.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source/transform')
-rw-r--r--xmloff/source/transform/XMLFilterRegistration.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/transform/XMLFilterRegistration.cxx b/xmloff/source/transform/XMLFilterRegistration.cxx
index c9193723e893..3902cb71c6e6 100644
--- a/xmloff/source/transform/XMLFilterRegistration.cxx
+++ b/xmloff/source/transform/XMLFilterRegistration.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLFilterRegistration.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:59:49 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:56:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -151,12 +151,12 @@ extern "C"
{
#endif
-void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
+void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
-sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryKey )
+sal_Bool SAL_CALL component_writeInfo( void * /*pServiceManager*/, void * pRegistryKey )
{
if( pRegistryKey )
{
@@ -189,7 +189,7 @@ sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryK
return sal_True;
}
-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 = NULL;
if( pServiceManager )