summaryrefslogtreecommitdiff
path: root/include/svx/sidebar/SelectionChangeHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sidebar/SelectionChangeHandler.hxx')
-rw-r--r--include/svx/sidebar/SelectionChangeHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sidebar/SelectionChangeHandler.hxx b/include/svx/sidebar/SelectionChangeHandler.hxx
index 6f95909d1657..a8346225afcc 100644
--- a/include/svx/sidebar/SelectionChangeHandler.hxx
+++ b/include/svx/sidebar/SelectionChangeHandler.hxx
@@ -59,10 +59,10 @@ public:
virtual ~SelectionChangeHandler (void);
virtual void SAL_CALL selectionChanged (const css::lang::EventObject& rEvent)
- throw (cssu::RuntimeException);
+ throw (cssu::RuntimeException, std::exception);
virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent)
- throw (cssu::RuntimeException);
+ throw (cssu::RuntimeException, std::exception);
virtual void SAL_CALL disposing (void)
throw (cssu::RuntimeException);