summaryrefslogtreecommitdiff
path: root/ucbhelper/source
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source')
-rw-r--r--ucbhelper/source/client/contentbroker.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/ucbhelper/source/client/contentbroker.cxx b/ucbhelper/source/client/contentbroker.cxx
index 9b5289ace86a..eb18dc75edb6 100644
--- a/ucbhelper/source/client/contentbroker.cxx
+++ b/ucbhelper/source/client/contentbroker.cxx
@@ -128,13 +128,6 @@ ContentBroker::ContentBroker( const Reference< XMultiServiceFactory >& rSMgr,
}
//=========================================================================
-ContentBroker::ContentBroker( const Reference< XMultiServiceFactory >& rSMgr,
- const ContentProviderDataList & rData )
-{
- m_pImpl = new ContentBroker_Impl( rSMgr, rData );
-}
-
-//=========================================================================
ContentBroker::~ContentBroker()
{
delete m_pImpl;