diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-26 15:03:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-27 09:45:57 +0000 |
commit | d6100ba273e7d73cc4b00a378ce5bad49559943b (patch) | |
tree | a7b9fc6b1adb299ff2b16ffa428cd254dbc0d51a /ucbhelper/source | |
parent | 874966bd304d0ef5e6cb9cf7b60e6240a37d70b3 (diff) |
callcatcher: update list
Diffstat (limited to 'ucbhelper/source')
-rw-r--r-- | ucbhelper/source/client/contentbroker.cxx | 7 |
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; |