summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/crefl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/corereflection/crefl.cxx')
-rw-r--r--stoc/source/corereflection/crefl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/corereflection/crefl.cxx b/stoc/source/corereflection/crefl.cxx
index e19869e5d9df..1f53572ff0c6 100644
--- a/stoc/source/corereflection/crefl.cxx
+++ b/stoc/source/corereflection/crefl.cxx
@@ -68,12 +68,12 @@ Any IdlReflectionServiceImpl::queryInterface( const Type & rType )
return (aRet.hasValue() ? aRet : OComponentHelper::queryInterface( rType ));
}
-void IdlReflectionServiceImpl::acquire() throw()
+void IdlReflectionServiceImpl::acquire() noexcept
{
OComponentHelper::acquire();
}
-void IdlReflectionServiceImpl::release() throw()
+void IdlReflectionServiceImpl::release() noexcept
{
OComponentHelper::release();
}