summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_content.cxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_content.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_content.cxx b/ucb/source/ucp/tdoc/tdoc_content.cxx
index 9dd1b6bf0b73..dcb800ee91c8 100644
--- a/ucb/source/ucp/tdoc/tdoc_content.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_content.cxx
@@ -177,7 +177,7 @@ Content::~Content()
// virtual
void SAL_CALL Content::acquire()
- throw( )
+ noexcept
{
ContentImplHelper::acquire();
}
@@ -185,7 +185,7 @@ void SAL_CALL Content::acquire()
// virtual
void SAL_CALL Content::release()
- throw( )
+ noexcept
{
ContentImplHelper::release();
}