summaryrefslogtreecommitdiff
path: root/dtrans/source/cnttype/mctfentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/cnttype/mctfentry.cxx')
-rw-r--r--dtrans/source/cnttype/mctfentry.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dtrans/source/cnttype/mctfentry.cxx b/dtrans/source/cnttype/mctfentry.cxx
index 913fc037882e..096a942512b4 100644
--- a/dtrans/source/cnttype/mctfentry.cxx
+++ b/dtrans/source/cnttype/mctfentry.cxx
@@ -57,9 +57,9 @@ namespace
// so we should give it to every UNO-Implementation component
//-----------------------------------------------------------------------------------------------------------
- Reference< XInterface > SAL_CALL createInstance( const Reference< XMultiServiceFactory >& rServiceManager )
+ Reference< XInterface > SAL_CALL createInstance( const Reference< XMultiServiceFactory >& )
{
- return Reference< XInterface >( static_cast< XMimeContentTypeFactory* >( new CMimeContentTypeFactory( rServiceManager ) ) );
+ return Reference< XInterface >( static_cast< XMimeContentTypeFactory* >( new CMimeContentTypeFactory() ) );
}
}