summaryrefslogtreecommitdiff
path: root/connectivity/inc/sdbcx/VGroup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/inc/sdbcx/VGroup.hxx')
-rw-r--r--connectivity/inc/sdbcx/VGroup.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/inc/sdbcx/VGroup.hxx b/connectivity/inc/sdbcx/VGroup.hxx
index 6ab971680f34..9c292adc6d02 100644
--- a/connectivity/inc/sdbcx/VGroup.hxx
+++ b/connectivity/inc/sdbcx/VGroup.hxx
@@ -64,8 +64,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;
//XInterface
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override;