summaryrefslogtreecommitdiff
path: root/include/dbaccess/dbaundomanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbaccess/dbaundomanager.hxx')
-rw-r--r--include/dbaccess/dbaundomanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dbaccess/dbaundomanager.hxx b/include/dbaccess/dbaundomanager.hxx
index f6f75c063cc5..364b91d6c79a 100644
--- a/include/dbaccess/dbaundomanager.hxx
+++ b/include/dbaccess/dbaundomanager.hxx
@@ -64,8 +64,8 @@ namespace dbaui
SfxUndoManager& GetSfxUndoManager() const;
// XInterface
- virtual void SAL_CALL acquire( ) throw () override;
- virtual void SAL_CALL release( ) throw () override;
+ virtual void SAL_CALL acquire( ) noexcept override;
+ virtual void SAL_CALL release( ) noexcept override;
// XComponent equivalents
void disposing();