summaryrefslogtreecommitdiffstats
path: root/ucbhelper/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-26 15:03:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-27 09:45:57 +0000
commitd6100ba273e7d73cc4b00a378ce5bad49559943b (patch)
treea7b9fc6b1adb299ff2b16ffa428cd254dbc0d51a /ucbhelper/source
parentditch archaic filter-tracer remnants (diff)
downloadcore-d6100ba273e7d73cc4b00a378ce5bad49559943b.tar.gz
core-d6100ba273e7d73cc4b00a378ce5bad49559943b.zip
callcatcher: update list
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;