summaryrefslogtreecommitdiff
path: root/include/comphelper/weak.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/weak.hxx')
-rw-r--r--include/comphelper/weak.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/weak.hxx b/include/comphelper/weak.hxx
index f53ea8d7f562..28a23445dd53 100644
--- a/include/comphelper/weak.hxx
+++ b/include/comphelper/weak.hxx
@@ -46,9 +46,9 @@ public:
OWeakTypeObject & operator =(OWeakTypeObject &&) = default;
virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type & rType ) override;
- virtual void SAL_CALL acquire() throw () override
+ virtual void SAL_CALL acquire() noexcept override
{ ::cppu::OWeakObject::acquire(); }
- virtual void SAL_CALL release() throw () override
+ virtual void SAL_CALL release() noexcept override
{ ::cppu::OWeakObject::release(); }
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override;