summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/addonstoolbarwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/addonstoolbarwrapper.hxx')
-rw-r--r--framework/inc/uielement/addonstoolbarwrapper.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/framework/inc/uielement/addonstoolbarwrapper.hxx b/framework/inc/uielement/addonstoolbarwrapper.hxx
index 1d189662feee..68cfc0ff31d0 100644
--- a/framework/inc/uielement/addonstoolbarwrapper.hxx
+++ b/framework/inc/uielement/addonstoolbarwrapper.hxx
@@ -22,15 +22,12 @@
#include <helper/uielementwrapperbase.hxx>
#include <com/sun/star/lang/XComponent.hpp>
-#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include <cppuhelper/implbase.hxx>
namespace framework
{
-class AddonsToolBarWrapper final :
- public cppu::ImplInheritanceHelper<UIElementWrapperBase, css::lang::XUnoTunnel>
+class AddonsToolBarWrapper final : public UIElementWrapperBase
{
public:
AddonsToolBarWrapper( const css::uno::Reference< css::uno::XComponentContext >& xContext );
@@ -48,9 +45,6 @@ class AddonsToolBarWrapper final :
// cf. ToolbarLayoutManager
void populateImages();
- sal_Int64 SAL_CALL getSomething(css::uno::Sequence<sal_Int8> const & aIdentifier) override;
- static css::uno::Sequence<sal_Int8> const & getUnoTunnelId();
-
private:
css::uno::Reference< css::uno::XComponentContext > m_xContext;
css::uno::Reference< css::lang::XComponent > m_xToolBarManager;