summaryrefslogtreecommitdiffstats
path: root/stoc/source/corereflection/crarray.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/corereflection/crarray.cxx')
-rw-r--r--stoc/source/corereflection/crarray.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/corereflection/crarray.cxx b/stoc/source/corereflection/crarray.cxx
index ad3a4663fc3a..8a402c489899 100644
--- a/stoc/source/corereflection/crarray.cxx
+++ b/stoc/source/corereflection/crarray.cxx
@@ -39,12 +39,12 @@ Any ArrayIdlClassImpl::queryInterface( const Type & rType )
return (aRet.hasValue() ? aRet : IdlClassImpl::queryInterface( rType ));
}
-void ArrayIdlClassImpl::acquire() throw()
+void ArrayIdlClassImpl::acquire() noexcept
{
IdlClassImpl::acquire();
}
-void ArrayIdlClassImpl::release() throw()
+void ArrayIdlClassImpl::release() noexcept
{
IdlClassImpl::release();
}