summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/webdavcontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/webdavcontent.cxx')
-rw-r--r--ucb/source/ucp/webdav-neon/webdavcontent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 472366469c76..0ef3028b6be9 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -280,7 +280,7 @@ Content::~Content()
// virtual
void SAL_CALL Content::acquire()
- throw( )
+ noexcept
{
ContentImplHelper::acquire();
}
@@ -288,7 +288,7 @@ void SAL_CALL Content::acquire()
// virtual
void SAL_CALL Content::release()
- throw( )
+ noexcept
{
ContentImplHelper::release();
}