diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-03-20 17:56:12 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-03-20 17:56:12 -0500 |
commit | db5407b6ac9afa18b61fd8ba55a7096e5b1311f0 (patch) | |
tree | fa28d7c3bd3c7c4189628e2d1ea51d81e010677d /xmlhelp/source/treeview | |
parent | 9343674f58237760ba648ff965f57948cdbe5e8a (diff) |
de-macroize xmlhelp TVBase
Change-Id: I92e9bc4bbdf18273d26d666d98401cd83a9b1560
Diffstat (limited to 'xmlhelp/source/treeview')
-rw-r--r-- | xmlhelp/source/treeview/tvread.cxx | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx index 7017f0572d86..cd78d7715c82 100644 --- a/xmlhelp/source/treeview/tvread.cxx +++ b/xmlhelp/source/treeview/tvread.cxx @@ -229,48 +229,6 @@ void SAL_CALL ConfigData::replaceName( OUString& oustring ) const } } -// XInterface - -void SAL_CALL -TVBase::acquire( - void ) - throw() -{ - OWeakObject::acquire(); -} - -void SAL_CALL -TVBase::release( - void ) - throw() -{ - OWeakObject::release(); -} - -Any SAL_CALL -TVBase::queryInterface( - const Type& rType ) - throw( RuntimeException, std::exception ) -{ - Any aRet = cppu::queryInterface( rType, - (static_cast< XTypeProvider* >(this)), - (static_cast< XNameAccess* >(this)), - (static_cast< XHierarchicalNameAccess* >(this)), - (static_cast< XChangesNotifier* >(this)), - (static_cast< XComponent* >(this)) ); - - return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); -} - -// XTypeProvider methods. - -XTYPEPROVIDER_IMPL_5( TVBase, - XTypeProvider, - XNameAccess, - XHierarchicalNameAccess, - XChangesNotifier, - XComponent ); - // TVRead TVRead::TVRead( const ConfigData& configData,TVDom* tvDom ) |