summaryrefslogtreecommitdiff
path: root/xmlhelp/source/treeview/tvfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/treeview/tvfactory.cxx')
-rw-r--r--xmlhelp/source/treeview/tvfactory.cxx38
1 files changed, 0 insertions, 38 deletions
diff --git a/xmlhelp/source/treeview/tvfactory.cxx b/xmlhelp/source/treeview/tvfactory.cxx
index 288d542daea4..d0bd2e955264 100644
--- a/xmlhelp/source/treeview/tvfactory.cxx
+++ b/xmlhelp/source/treeview/tvfactory.cxx
@@ -41,44 +41,6 @@ TVFactory::~TVFactory()
{
}
-// XInterface
-
-void SAL_CALL
-TVFactory::acquire(
- void )
- throw()
-{
- OWeakObject::acquire();
-}
-
-void SAL_CALL
-TVFactory::release(
- void )
- throw()
-{
- OWeakObject::release();
-}
-
-Any SAL_CALL
-TVFactory::queryInterface(
- const Type& rType )
- throw( RuntimeException, std::exception )
-{
- Any aRet = cppu::queryInterface( rType,
- (static_cast< XServiceInfo* >(this)),
- (static_cast< XTypeProvider* >(this)),
- (static_cast< XMultiServiceFactory* >(this)) );
-
- return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType );
-}
-
-// XTypeProvider methods.
-
-XTYPEPROVIDER_IMPL_3( TVFactory,
- XServiceInfo,
- XTypeProvider,
- XMultiServiceFactory );
-
// XServiceInfo methods.
OUString SAL_CALL