diff options
Diffstat (limited to 'svtools/source/uno/popupwindowcontroller.cxx')
-rw-r--r-- | svtools/source/uno/popupwindowcontroller.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svtools/source/uno/popupwindowcontroller.cxx b/svtools/source/uno/popupwindowcontroller.cxx index b1a977b7c7b6..39e651c5ab5a 100644 --- a/svtools/source/uno/popupwindowcontroller.cxx +++ b/svtools/source/uno/popupwindowcontroller.cxx @@ -188,16 +188,6 @@ void SAL_CALL PopupWindowController::execute( sal_Int16 KeyModifier ) throw (Run svt::ToolboxController::execute( KeyModifier ); } -void SAL_CALL PopupWindowController::click() throw (RuntimeException, std::exception) -{ - svt::ToolboxController::click(); -} - -void SAL_CALL PopupWindowController::doubleClick() throw (RuntimeException, std::exception) -{ - svt::ToolboxController::doubleClick(); -} - Reference< awt::XWindow > SAL_CALL PopupWindowController::createPopupWindow() throw (RuntimeException, std::exception) { VclPtr< ToolBox > pToolBox = dynamic_cast< ToolBox* >( VCLUnoHelper::GetWindow( getParent() ).get() ); |