diff options
Diffstat (limited to 'include/sfx2/sfxbasemodel.hxx')
-rw-r--r-- | include/sfx2/sfxbasemodel.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx index d2b50b6aa9be..b55705b57e1d 100644 --- a/include/sfx2/sfxbasemodel.hxx +++ b/include/sfx2/sfxbasemodel.hxx @@ -191,7 +191,7 @@ public: @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL acquire() throw() override + virtual void SAL_CALL acquire() noexcept override { OWeakObject::acquire(); } /**___________________________________________________________________________________________________ @@ -201,7 +201,7 @@ public: @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL release() throw() override + virtual void SAL_CALL release() noexcept override { OWeakObject::release(); } |