summaryrefslogtreecommitdiff
path: root/dtrans/source/cnttype/mcnttfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/cnttype/mcnttfactory.hxx')
-rw-r--r--dtrans/source/cnttype/mcnttfactory.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/dtrans/source/cnttype/mcnttfactory.hxx b/dtrans/source/cnttype/mcnttfactory.hxx
index a64f89033043..94721d9e21cb 100644
--- a/dtrans/source/cnttype/mcnttfactory.hxx
+++ b/dtrans/source/cnttype/mcnttfactory.hxx
@@ -33,7 +33,7 @@ class CMimeContentTypeFactory : public
{
public:
- CMimeContentTypeFactory( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& rSrvMgr );
+ CMimeContentTypeFactory();
//------------------------------------------------
// XMimeContentTypeFactory
@@ -57,7 +57,6 @@ public:
private:
::osl::Mutex m_aMutex;
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_SrvMgr;
};