summaryrefslogtreecommitdiff
path: root/sw/source/uibase/cctrl
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/cctrl')
-rw-r--r--sw/source/uibase/cctrl/popbox.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/uibase/cctrl/popbox.cxx b/sw/source/uibase/cctrl/popbox.cxx
index 0711ca0eba6d..1ef4113a634b 100644
--- a/sw/source/uibase/cctrl/popbox.cxx
+++ b/sw/source/uibase/cctrl/popbox.cxx
@@ -40,14 +40,6 @@ void SwHelpToolBox::MouseButtonDown(const MouseEvent &rEvt)
ToolBox::MouseButtonDown(rEvt);
}
-long SwHelpToolBox::DoubleClick( ToolBox* pCaller )
-{
- // No doubleclick on button
- if( 0 == pCaller->GetCurItemId() && aDoubleClickLink.Call(0) )
- return sal_True;
- return sal_False;
-}
-
SwHelpToolBox::~SwHelpToolBox() {}
sal_Int8 SwHelpToolBox::AcceptDrop( const AcceptDropEvent& rEvt )