summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tools/SlotStateListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tools/SlotStateListener.hxx')
-rw-r--r--sd/source/ui/inc/tools/SlotStateListener.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sd/source/ui/inc/tools/SlotStateListener.hxx b/sd/source/ui/inc/tools/SlotStateListener.hxx
index d627a174da15..3d3061a2266a 100644
--- a/sd/source/ui/inc/tools/SlotStateListener.hxx
+++ b/sd/source/ui/inc/tools/SlotStateListener.hxx
@@ -92,14 +92,12 @@ public:
*/
virtual void SAL_CALL
statusChanged (
- const css::frame::FeatureStateEvent& rState)
- throw (css::uno::RuntimeException, std::exception) override;
+ const css::frame::FeatureStateEvent& rState) override;
//===== lang::XEventListener ============================================
virtual void SAL_CALL
- disposing(const css::lang::EventObject& rEvent)
- throw(css::uno::RuntimeException, std::exception) override;
+ disposing(const css::lang::EventObject& rEvent) override;
protected:
/** This method is called by the WeakComponentImplHelper base class in
@@ -126,8 +124,7 @@ private:
/** @throws css::lang::DisposedException when the object has already been
disposed.
*/
- void ThrowIfDisposed()
- throw (css::lang::DisposedException);
+ void ThrowIfDisposed();
/** Transform the given string into a URL object.
*/