summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_stgelems.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_stgelems.cxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_stgelems.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_stgelems.cxx b/ucb/source/ucp/tdoc/tdoc_stgelems.cxx
index e3eff3f78dd4..ad1ac498db72 100644
--- a/ucb/source/ucp/tdoc/tdoc_stgelems.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_stgelems.cxx
@@ -160,7 +160,7 @@ uno::Any SAL_CALL Storage::queryInterface( const uno::Type& aType )
// virtual
void SAL_CALL Storage::acquire()
- throw ()
+ noexcept
{
osl_atomic_increment( &m_refCount );
}
@@ -168,7 +168,7 @@ void SAL_CALL Storage::acquire()
// virtual
void SAL_CALL Storage::release()
- throw ()
+ noexcept
{
//#i120738, Storage::release overrides OWeakObject::release(),
//need call OWeakObject::release() to release OWeakObject::m_pWeakConnectionPoint