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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/unomlstr.hxx b/svx/inc/unomlstr.hxx
index 55cae9c0dfdc..989fa3cc4072 100644
--- a/svx/inc/unomlstr.hxx
+++ b/svx/inc/unomlstr.hxx
@@ -31,8 +31,8 @@ class SvxUnoShapeModifyListener final
SdrObject* mpObj;
public:
- SvxUnoShapeModifyListener(SdrObject* pObj) throw();
- virtual ~SvxUnoShapeModifyListener() throw() override;
+ SvxUnoShapeModifyListener(SdrObject* pObj) noexcept;
+ virtual ~SvxUnoShapeModifyListener() noexcept override;
// css::util::XModifyListener
virtual void SAL_CALL modified(const css::lang::EventObject& aEvent) override;
@@ -41,7 +41,7 @@ public:
virtual void SAL_CALL disposing(const css::lang::EventObject& Source) override;
// internal
- void invalidate() throw();
+ void invalidate() noexcept;
};
#endif