diff options
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/factory.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx index c8efcab0e604..c4797f85504a 100644 --- a/cppuhelper/source/factory.cxx +++ b/cppuhelper/source/factory.cxx @@ -298,12 +298,6 @@ protected: Any SAL_CALL OFactoryComponentHelper::queryInterface( const Type & rType ) { - if( rType == cppu::UnoType<XUnloadingPreference>::get() ) - { - return Any( - Reference< XUnloadingPreference >( - static_cast< XUnloadingPreference * >(this) ) ); - } return OComponentHelper::queryInterface( rType ); } |