summaryrefslogtreecommitdiff
path: root/include/vcl/weldutils.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-23 11:16:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-12-23 17:00:58 +0100
commitb7570a5f9d026f7cd6f064594bd7599fe36e9a14 (patch)
treeba091454feae5ee8f9c9bf985e9ff46961493211 /include/vcl/weldutils.hxx
parentfebb1b2861ce276ad79fccd95e9eadc9e435603c (diff)
reorganize ToolbarUnoDispatcher to be useful for sidebar
Change-Id: If129d4832f04758705e121bff88ea7d2e45bf96b Reviewed-on: https://gerrit.libreoffice.org/85755 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/weldutils.hxx')
-rw-r--r--include/vcl/weldutils.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/vcl/weldutils.hxx b/include/vcl/weldutils.hxx
index 764d343902df..66e37637e5f7 100644
--- a/include/vcl/weldutils.hxx
+++ b/include/vcl/weldutils.hxx
@@ -11,7 +11,6 @@
#define INCLUDED_VCL_WELDUTILS_HXX
#include <com/sun/star/awt/XWindow.hpp>
-#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <comphelper/interfacecontainer2.hxx>
#include <cppuhelper/compbase.hxx>
@@ -20,19 +19,6 @@
namespace weld
{
-class Toolbar;
-
-class VCL_DLLPUBLIC ToolbarUnoDispatcher
-{
-private:
- css::uno::Reference<css::frame::XFrame> m_xFrame;
- DECL_LINK(SelectHdl, const OString&, void);
-
-public:
- // fill in the label and icons for actions and dispatch the action on item click
- ToolbarUnoDispatcher(Toolbar& rToolbar, const css::uno::Reference<css::frame::XFrame>& rFrame);
-};
-
typedef cppu::WeakComponentImplHelper<css::awt::XWindow> TransportAsXWindow_Base;
class VCL_DLLPUBLIC TransportAsXWindow : public TransportAsXWindow_Base