summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/simplenameclashresolverequest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/simplenameclashresolverequest.cxx')
-rw-r--r--ucbhelper/source/provider/simplenameclashresolverequest.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucbhelper/source/provider/simplenameclashresolverequest.cxx b/ucbhelper/source/provider/simplenameclashresolverequest.cxx
index 04e9f9ebc7e6..51517f93dd51 100644
--- a/ucbhelper/source/provider/simplenameclashresolverequest.cxx
+++ b/ucbhelper/source/provider/simplenameclashresolverequest.cxx
@@ -47,9 +47,9 @@ public:
virtual css::uno::Any SAL_CALL
queryInterface( const css::uno::Type & rType ) override;
virtual void SAL_CALL acquire()
- throw() override;
+ noexcept override;
virtual void SAL_CALL release()
- throw() override;
+ noexcept override;
// XTypeProvider
virtual css::uno::Sequence< css::uno::Type > SAL_CALL
@@ -75,13 +75,13 @@ public:
};
void SAL_CALL InteractionSupplyName::acquire()
- throw()
+ noexcept
{
OWeakObject::acquire();
}
void SAL_CALL InteractionSupplyName::release()
- throw()
+ noexcept
{
OWeakObject::release();
}