diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/cctrl/tbinsert.cxx | 5 | ||||
-rw-r--r-- | sc/source/ui/inc/tbinsert.hxx | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/cctrl/tbinsert.cxx b/sc/source/ui/cctrl/tbinsert.cxx index 8b3469a6f89e..2408618c4d3d 100644 --- a/sc/source/ui/cctrl/tbinsert.cxx +++ b/sc/source/ui/cctrl/tbinsert.cxx @@ -93,11 +93,6 @@ VclPtr<SfxPopupWindow> ScTbxInsertCtrl::CreatePopupWindow() return NULL; } -SfxPopupWindowType ScTbxInsertCtrl::GetPopupWindowType() const -{ - return nLastSlotId ? SfxPopupWindowType::ONTIMEOUT : SfxPopupWindowType::ONCLICK; -} - void ScTbxInsertCtrl::Select( bool /* bMod1 */ ) { SfxViewShell* pCurSh( SfxViewShell::Current() ); diff --git a/sc/source/ui/inc/tbinsert.hxx b/sc/source/ui/inc/tbinsert.hxx index dda701868ab2..71bdbdce4a30 100644 --- a/sc/source/ui/inc/tbinsert.hxx +++ b/sc/source/ui/inc/tbinsert.hxx @@ -35,7 +35,6 @@ public: ScTbxInsertCtrl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rBox ); virtual ~ScTbxInsertCtrl(); - virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE; virtual VclPtr<SfxPopupWindow> CreatePopupWindow() SAL_OVERRIDE; virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, |