summaryrefslogtreecommitdiff
path: root/forms/source/richtext/specialdispatchers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/specialdispatchers.hxx')
-rw-r--r--forms/source/richtext/specialdispatchers.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/forms/source/richtext/specialdispatchers.hxx b/forms/source/richtext/specialdispatchers.hxx
index f7b2e0f0a169..aa60816e11dd 100644
--- a/forms/source/richtext/specialdispatchers.hxx
+++ b/forms/source/richtext/specialdispatchers.hxx
@@ -35,9 +35,7 @@ namespace frm
virtual ~OSelectAllDispatcher() override;
// XDispatch
- virtual void SAL_CALL dispatch( const css::util::URL& URL, const css::uno::Sequence< css::beans::PropertyValue >& Arguments )
- throw (css::uno::RuntimeException,
- std::exception) override;
+ virtual void SAL_CALL dispatch( const css::util::URL& URL, const css::uno::Sequence< css::beans::PropertyValue >& Arguments ) override;
// ORichTextFeatureDispatcher
virtual css::frame::FeatureStateEvent buildStatusEvent() const override;
@@ -65,7 +63,7 @@ namespace frm
protected:
// XDispatch
- virtual void SAL_CALL dispatch( const css::util::URL& URL, const css::uno::Sequence< css::beans::PropertyValue >& Arguments ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL dispatch( const css::util::URL& URL, const css::uno::Sequence< css::beans::PropertyValue >& Arguments ) override;
// ORichTextFeatureDispatcher
virtual css::frame::FeatureStateEvent buildStatusEvent() const override;