summaryrefslogtreecommitdiff
path: root/include/connectivity/sdbcx/VCollection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/sdbcx/VCollection.hxx')
-rw-r--r--include/connectivity/sdbcx/VCollection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/sdbcx/VCollection.hxx b/include/connectivity/sdbcx/VCollection.hxx
index 9e94d83cb964..ab0dd3bcc828 100644
--- a/include/connectivity/sdbcx/VCollection.hxx
+++ b/include/connectivity/sdbcx/VCollection.hxx
@@ -176,8 +176,8 @@ namespace connectivity::sdbcx
// only the name is identical to ::cppu::OComponentHelper
virtual void disposing();
// dispatch the refcounting to the parent
- 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;