summaryrefslogtreecommitdiff
path: root/svx/inc/unomlstr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/unomlstr.hxx')
-rw-r--r--svx/inc/unomlstr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/unomlstr.hxx b/svx/inc/unomlstr.hxx
index 8f816e8a65a0..d9b3747dfe24 100644
--- a/svx/inc/unomlstr.hxx
+++ b/svx/inc/unomlstr.hxx
@@ -34,10 +34,10 @@ public:
virtual ~SvxUnoShapeModifyListener() throw() override;
// css::util::XModifyListener
- virtual void SAL_CALL modified(const css::lang::EventObject& aEvent) throw( css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL modified(const css::lang::EventObject& aEvent) override;
// css::lang::XEventListener
- virtual void SAL_CALL disposing(const css::lang::EventObject& Source) throw( css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL disposing(const css::lang::EventObject& Source) override;
// internal
void invalidate() throw();