summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper/weak.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/weak.hxx')
-rw-r--r--include/cppuhelper/weak.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/weak.hxx b/include/cppuhelper/weak.hxx
index f72484253033..ef9ed7ffa807 100644
--- a/include/cppuhelper/weak.hxx
+++ b/include/cppuhelper/weak.hxx
@@ -135,11 +135,11 @@ public:
/** increasing m_refCount
*/
virtual void SAL_CALL acquire()
- throw () SAL_OVERRIDE;
+ SAL_NOEXCEPT SAL_OVERRIDE;
/** decreasing m_refCount
*/
virtual void SAL_CALL release()
- throw () SAL_OVERRIDE;
+ SAL_NOEXCEPT SAL_OVERRIDE;
/** XWeak::queryAdapter() implementation