summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/navipi.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-10 15:50:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-10 15:51:30 +0100
commit6fd363af3432d054eb92a2bac4893f5baf1d50ef (patch)
tree5a3e9ead2fb11b8350894b0e04d1606ab1894393 /sw/source/uibase/inc/navipi.hxx
parentca7915037c2fedc0d69908a6d2d9ccb67aa02a15 (diff)
SwHelpToolBox doesn't do anything now
Change-Id: I5b8865218d3cd8492d148af8d69389c256bbb27f
Diffstat (limited to 'sw/source/uibase/inc/navipi.hxx')
-rw-r--r--sw/source/uibase/inc/navipi.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/navipi.hxx b/sw/source/uibase/inc/navipi.hxx
index 7e50ebf19aeb..6c93a1b9467a 100644
--- a/sw/source/uibase/inc/navipi.hxx
+++ b/sw/source/uibase/inc/navipi.hxx
@@ -20,6 +20,7 @@
#define INCLUDED_SW_SOURCE_UIBASE_INC_NAVIPI_HXX
#include <vcl/lstbox.hxx>
+#include <vcl/toolbox.hxx>
#include <vcl/idle.hxx>
#include <svl/lstner.hxx>
#include <svtools/transfer.hxx>
@@ -27,7 +28,6 @@
#include <sfx2/ctrlitem.hxx>
#include <sfx2/tbxctrl.hxx>
#include <conttree.hxx>
-#include <popbox.hxx>
class SwWrtShell;
class SwNavigationPI;
@@ -42,7 +42,7 @@ class SwNavigationPI;
enum class RegionMode;
class SpinField;
-class SwNavHelpToolBox : public SwHelpToolBox
+class SwNavHelpToolBox : public ToolBox
{
virtual void MouseButtonDown(const MouseEvent &rEvt) override;
virtual void RequestHelp( const HelpEvent& rHEvt ) override;
@@ -58,7 +58,7 @@ class SwNavigationPI : public vcl::Window,
friend class SwGlobalTree;
VclPtr<SwNavHelpToolBox> m_aContentToolBox;
- VclPtr<SwHelpToolBox> m_aGlobalToolBox;
+ VclPtr<ToolBox> m_aGlobalToolBox;
ImageList m_aContentImageList;
VclPtr<SwContentTree> m_aContentTree;
VclPtr<SwGlobalTree> m_aGlobalTree;