From ca7915037c2fedc0d69908a6d2d9ccb67aa02a15 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 10 Oct 2016 15:46:46 +0100 Subject: dropping document into these toolbars does nothing already so might as well drop that support here. Dropping into the main panel works (for master documents its quite sensible) Change-Id: Ic7a088d7ff7054430d55032158a186d610f10da1 --- sw/source/uibase/inc/popbox.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sw/source/uibase/inc/popbox.hxx') diff --git a/sw/source/uibase/inc/popbox.hxx b/sw/source/uibase/inc/popbox.hxx index af89d0e07da2..3e9dbf90db08 100644 --- a/sw/source/uibase/inc/popbox.hxx +++ b/sw/source/uibase/inc/popbox.hxx @@ -24,12 +24,8 @@ class SwNavigationPI; -class SwHelpToolBox: public ToolBox, public DropTargetHelper +class SwHelpToolBox: public ToolBox { -protected: - virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ) override; - virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ) override; - public: SwHelpToolBox(SwNavigationPI* pParent, const ResId &); virtual ~SwHelpToolBox() override; -- cgit v1.2.3