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.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/svx/sidebar/SelectionChangeHandler.hxx b/include/svx/sidebar/SelectionChangeHandler.hxx
index e80b5e944b5d..deaa2581a9a2 100644
--- a/include/svx/sidebar/SelectionChangeHandler.hxx
+++ b/include/svx/sidebar/SelectionChangeHandler.hxx
@@ -50,14 +50,11 @@ public:
const vcl::EnumContext::Context eDefaultContext);
virtual ~SelectionChangeHandler() override;
- virtual void SAL_CALL selectionChanged (const css::lang::EventObject& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL selectionChanged (const css::lang::EventObject& rEvent) override;
- virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent) override;
- virtual void SAL_CALL disposing()
- throw (css::uno::RuntimeException) override;
+ virtual void SAL_CALL disposing() override;
void Connect();
void Disconnect();