summaryrefslogtreecommitdiff
path: root/include/connectivity/sdbcx/VTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/sdbcx/VTable.hxx')
-rw-r--r--include/connectivity/sdbcx/VTable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/sdbcx/VTable.hxx b/include/connectivity/sdbcx/VTable.hxx
index 47cb6d672998..919626681064 100644
--- a/include/connectivity/sdbcx/VTable.hxx
+++ b/include/connectivity/sdbcx/VTable.hxx
@@ -99,8 +99,8 @@ namespace connectivity::sdbcx
DECLARE_SERVICE_INFO();
//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;
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override;
//XTypeProvider
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override;