summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/contentinfo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/contentinfo.cxx')
-rw-r--r--ucbhelper/source/provider/contentinfo.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/ucbhelper/source/provider/contentinfo.cxx b/ucbhelper/source/provider/contentinfo.cxx
index 93aa47206aaa..54c62347e493 100644
--- a/ucbhelper/source/provider/contentinfo.cxx
+++ b/ucbhelper/source/provider/contentinfo.cxx
@@ -43,11 +43,9 @@ using namespace com::sun::star;
namespace ucbhelper {
PropertySetInfo::PropertySetInfo(
- const uno::Reference< lang::XMultiServiceFactory >& rxSMgr,
const uno::Reference< com::sun::star::ucb::XCommandEnvironment >& rxEnv,
ContentImplHelper* pContent )
-: m_xSMgr( rxSMgr ),
- m_xEnv( rxEnv ),
+: m_xEnv( rxEnv ),
m_pProps( 0 ),
m_pContent( pContent )
{
@@ -218,11 +216,9 @@ sal_Bool PropertySetInfo::queryProperty(
//=========================================================================
CommandProcessorInfo::CommandProcessorInfo(
- const uno::Reference< lang::XMultiServiceFactory >& rxSMgr,
const uno::Reference< com::sun::star::ucb::XCommandEnvironment >& rxEnv,
ContentImplHelper* pContent )
-: m_xSMgr( rxSMgr ),
- m_xEnv( rxEnv ),
+: m_xEnv( rxEnv ),
m_pCommands( 0 ),
m_pContent( pContent )
{