summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-18 10:19:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-18 11:26:32 +0200
commitf512114970d42acce9a403ef68a1fd0cd35512ff (patch)
tree630aed5ad265b37d4165fcd4dfbf7de37e3ee63e /sfx2
parent860f543cdbf1d7ce8ddb3f9ad81c1c9aa41f02ed (diff)
Use ImplInheritanceHelper
Change-Id: I259bf6012684e393765cfd73e813bcf2875abd5f
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/toolbox/tbxitem.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx
index 2b4efb0a5f3d..73380fde79fb 100644
--- a/sfx2/source/toolbox/tbxitem.cxx
+++ b/sfx2/source/toolbox/tbxitem.cxx
@@ -224,7 +224,6 @@ SfxToolBoxControl::SfxToolBoxControl(
sal_uInt16 nID,
ToolBox& rBox,
bool bShowStringItems )
-: svt::ToolboxController()
{
pImpl = new SfxToolBoxControl_Impl;
@@ -459,26 +458,6 @@ void SfxToolBoxControl::Dispatch( const OUString& aCommand, ::com::sun::star::un
}
}
-// XInterface
-Any SAL_CALL SfxToolBoxControl::queryInterface( const Type & rType )
-throw(::com::sun::star::uno::RuntimeException, std::exception)
-{
- ::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType,
- (static_cast< ::com::sun::star::awt::XDockableWindowListener* >(this)),
- (static_cast< ::com::sun::star::frame::XSubToolbarController* >(this)));
- return (aRet.hasValue() ? aRet : svt::ToolboxController::queryInterface( rType ));
-}
-
-void SAL_CALL SfxToolBoxControl::acquire() throw()
-{
- OWeakObject::acquire();
-}
-
-void SAL_CALL SfxToolBoxControl::release() throw()
-{
- OWeakObject::release();
-}
-
void SAL_CALL SfxToolBoxControl::disposing( const ::com::sun::star::lang::EventObject& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception )
{