From d6794cf0d590dc504fb9245a2930a8433dfe569e Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Sun, 5 Jul 2015 01:31:02 +0300 Subject: SfxToolBoxControl::GetPopupWindowType seems unused, kill it together with SfxPopupWindowType enum. Change-Id: Ia0b2388b34c96bb044f1bfcc7e89b33ac37d5f95 Reviewed-on: https://gerrit.libreoffice.org/16766 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky --- basctl/source/basicide/tbxctl.cxx | 12 ------------ basctl/source/basicide/tbxctl.hxx | 1 - 2 files changed, 13 deletions(-) (limited to 'basctl') diff --git a/basctl/source/basicide/tbxctl.cxx b/basctl/source/basicide/tbxctl.cxx index 328ea08e3f27..8e193add4a82 100644 --- a/basctl/source/basicide/tbxctl.cxx +++ b/basctl/source/basicide/tbxctl.cxx @@ -55,18 +55,6 @@ TbxControls::TbxControls( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) : rTbx.Invalidate(); } -/************************************************************************* -|* -|* If you want to create a pop-up window -|* -\************************************************************************/ -SfxPopupWindowType TbxControls::GetPopupWindowType() const -{ - if( nLastSlot == USHRT_MAX ) - return SfxPopupWindowType::ONCLICK; - return SfxPopupWindowType::ONTIMEOUT; -} - void TbxControls::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) { diff --git a/basctl/source/basicide/tbxctl.hxx b/basctl/source/basicide/tbxctl.hxx index d9152a07211b..2eabe8cc6101 100644 --- a/basctl/source/basicide/tbxctl.hxx +++ b/basctl/source/basicide/tbxctl.hxx @@ -45,7 +45,6 @@ public: TbxControls(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ); virtual ~TbxControls() {} - virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE; virtual VclPtr CreatePopupWindow() SAL_OVERRIDE; using SfxToolBoxControl::Select; -- cgit