summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/SelectionChangeHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/SelectionChangeHandler.cxx')
-rw-r--r--svx/source/sidebar/SelectionChangeHandler.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/sidebar/SelectionChangeHandler.cxx b/svx/source/sidebar/SelectionChangeHandler.cxx
index e00a015d34b2..1b6c624380e4 100644
--- a/svx/source/sidebar/SelectionChangeHandler.cxx
+++ b/svx/source/sidebar/SelectionChangeHandler.cxx
@@ -49,7 +49,6 @@ SelectionChangeHandler::~SelectionChangeHandler()
void SAL_CALL SelectionChangeHandler::selectionChanged (const lang::EventObject&)
- throw (uno::RuntimeException, std::exception)
{
if (maSelectionChangeCallback)
{
@@ -65,13 +64,11 @@ void SAL_CALL SelectionChangeHandler::selectionChanged (const lang::EventObject&
void SAL_CALL SelectionChangeHandler::disposing (const lang::EventObject&)
- throw (uno::RuntimeException, std::exception)
{
}
void SAL_CALL SelectionChangeHandler::disposing()
- throw (uno::RuntimeException)
{
if (mbIsConnected)
Disconnect();