summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/file/filcmd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filcmd.cxx')
-rw-r--r--ucb/source/ucp/file/filcmd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filcmd.cxx b/ucb/source/ucp/file/filcmd.cxx
index a6f0f954cc98..6742f693d0e7 100644
--- a/ucb/source/ucp/file/filcmd.cxx
+++ b/ucb/source/ucp/file/filcmd.cxx
@@ -47,7 +47,7 @@ XCommandInfo_impl::~XCommandInfo_impl()
void SAL_CALL
XCommandInfo_impl::acquire()
- throw()
+ noexcept
{
OWeakObject::acquire();
}
@@ -55,7 +55,7 @@ XCommandInfo_impl::acquire()
void SAL_CALL
XCommandInfo_impl::release()
- throw()
+ noexcept
{
OWeakObject::release();
}