diff options
Diffstat (limited to 'include/comphelper/asyncnotification.hxx')
-rw-r--r-- | include/comphelper/asyncnotification.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/asyncnotification.hxx b/include/comphelper/asyncnotification.hxx index 2daac286bf09..891495319c27 100644 --- a/include/comphelper/asyncnotification.hxx +++ b/include/comphelper/asyncnotification.hxx @@ -67,8 +67,8 @@ namespace comphelper */ virtual void processEvent( const AnyEvent& _rEvent ) = 0; - virtual void SAL_CALL acquire() throw () = 0; - virtual void SAL_CALL release() throw () = 0; + virtual void SAL_CALL acquire() noexcept = 0; + virtual void SAL_CALL release() noexcept = 0; protected: ~IEventProcessor() {} |