summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlictxt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/xmlictxt.hxx')
-rw-r--r--include/xmloff/xmlictxt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx
index 9fabd7509996..3a83ff4527ff 100644
--- a/include/xmloff/xmlictxt.hxx
+++ b/include/xmloff/xmlictxt.hxx
@@ -100,9 +100,9 @@ public:
// XInterface
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) final override;
- virtual void SAL_CALL acquire() throw () final override
+ virtual void SAL_CALL acquire() noexcept final override
{ osl_atomic_increment(&m_nRefCount); }
- virtual void SAL_CALL release() throw () final override
+ virtual void SAL_CALL release() noexcept final override
{ if (osl_atomic_decrement(&m_nRefCount) == 0) delete this; }
// XTypeProvider