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 --- svx/source/mnuctrls/clipboardctl.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'svx/source/mnuctrls') diff --git a/svx/source/mnuctrls/clipboardctl.cxx b/svx/source/mnuctrls/clipboardctl.cxx index a0eb16f61b3c..a76ece6816e3 100644 --- a/svx/source/mnuctrls/clipboardctl.cxx +++ b/svx/source/mnuctrls/clipboardctl.cxx @@ -108,12 +108,6 @@ VclPtr SvxClipBoardControl::CreatePopupWindow() } -SfxPopupWindowType SvxClipBoardControl::GetPopupWindowType() const -{ - return SfxPopupWindowType::ONTIMEOUT; -} - - void SvxClipBoardControl::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) { if ( SID_CLIPBOARD_FORMAT_ITEMS == nSID ) -- cgit