diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-19 08:25:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-19 08:26:22 +0100 |
commit | a3b06ecf4217016c883ce40e52fcd4b6a2d25860 (patch) | |
tree | 657ee8699af6941014fe1c6a2f1ac278d7829e73 /comphelper | |
parent | 9793d387529227f8e0a56e82ffa066ee294d5d50 (diff) |
callcatcher: remove some more unused code
Change-Id: I7332b0ead075e09b60549203bc32eb99a2bb0430
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/componentcontext.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/comphelper/source/misc/componentcontext.cxx b/comphelper/source/misc/componentcontext.cxx index dded964ed549..ac9194cc60d6 100644 --- a/comphelper/source/misc/componentcontext.cxx +++ b/comphelper/source/misc/componentcontext.cxx @@ -108,12 +108,6 @@ namespace comphelper return Reference< XInterface >( getContextValueByName( sKey ), UNO_QUERY ); } - //------------------------------------------------------------------------ - Reference< XMultiServiceFactory > ComponentContext::getLegacyServiceFactory() const - { - return Reference< XMultiServiceFactory >( m_xORB, UNO_QUERY_THROW ); - } - //........................................................................ } // namespace comphelper //........................................................................ |