summaryrefslogtreecommitdiff
path: root/ucb/source/core/identify.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/identify.cxx')
-rw-r--r--ucb/source/core/identify.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/ucb/source/core/identify.cxx b/ucb/source/core/identify.cxx
index 209aeeda0c44..53d0dff03aaf 100644
--- a/ucb/source/core/identify.cxx
+++ b/ucb/source/core/identify.cxx
@@ -38,10 +38,8 @@ using namespace com::sun::star::ucb;
//=========================================================================
ContentIdentifier::ContentIdentifier(
- const Reference< XMultiServiceFactory >& rxSMgr,
const OUString& ContentId )
-: m_xSMgr( rxSMgr ),
- m_aContentId( ContentId )
+: m_aContentId( ContentId )
{
}