summaryrefslogtreecommitdiffstats
path: root/include/dbaccess/genericcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbaccess/genericcontroller.hxx')
-rw-r--r--include/dbaccess/genericcontroller.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dbaccess/genericcontroller.hxx b/include/dbaccess/genericcontroller.hxx
index 4ce04f913381..b38e51aea5ff 100644
--- a/include/dbaccess/genericcontroller.hxx
+++ b/include/dbaccess/genericcontroller.hxx
@@ -429,8 +429,8 @@ namespace dbaui
virtual void SAL_CALL modified(const css::lang::EventObject& aEvent) override;
// 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;
// css::frame::XController2
virtual css::uno::Reference< css::awt::XWindow > SAL_CALL getComponentWindow() override;