diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-05 01:31:02 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-05 11:50:16 +0000 |
commit | d6794cf0d590dc504fb9245a2930a8433dfe569e (patch) | |
tree | 56cf86e4c15ae735d53a7af83d7fcf1dc071483b /sd | |
parent | 10008d6ecd076006ca9f3c178baabc9e0d01c485 (diff) |
SfxToolBoxControl::GetPopupWindowType seems unused, kill it
together with SfxPopupWindowType enum.
Change-Id: Ia0b2388b34c96bb044f1bfcc7e89b33ac37d5f95
Reviewed-on: https://gerrit.libreoffice.org/16766
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/app/tbxww.cxx | 7 | ||||
-rw-r--r-- | sd/source/ui/inc/tbx_ww.hxx | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sd/source/ui/app/tbxww.cxx b/sd/source/ui/app/tbxww.cxx index 2aed6b89c96e..69a8e4e03fff 100644 --- a/sd/source/ui/app/tbxww.cxx +++ b/sd/source/ui/app/tbxww.cxx @@ -49,13 +49,6 @@ SdTbxControl::SdTbxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) rTbx.Invalidate(); } -/*-------------------------------------------------------------------------*/ - -SfxPopupWindowType SdTbxControl::GetPopupWindowType() const -{ - return SfxPopupWindowType::ONTIMEOUT; -} - /** * We create the window here * You can get the position of the toolbox with GetToolBox() diff --git a/sd/source/ui/inc/tbx_ww.hxx b/sd/source/ui/inc/tbx_ww.hxx index 4f038c999df8..d65c0bc88d1a 100644 --- a/sd/source/ui/inc/tbx_ww.hxx +++ b/sd/source/ui/inc/tbx_ww.hxx @@ -34,7 +34,6 @@ public: SdTbxControl(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ); virtual ~SdTbxControl() {} - virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE; virtual VclPtr<SfxPopupWindow> CreatePopupWindow() SAL_OVERRIDE; virtual void StateChanged( sal_uInt16 nSId, SfxItemState eState, const SfxPoolItem* pState ) SAL_OVERRIDE; |