diff options
Diffstat (limited to 'include/dbaccess/IController.hxx')
-rw-r--r-- | include/dbaccess/IController.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dbaccess/IController.hxx b/include/dbaccess/IController.hxx index fd1b2df8b485..c7374eb80a14 100644 --- a/include/dbaccess/IController.hxx +++ b/include/dbaccess/IController.hxx @@ -108,8 +108,8 @@ namespace dbaui */ virtual bool interceptUserInput( const NotifyEvent& _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: ~IController() {} |