summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/package/pkgcontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/package/pkgcontent.cxx')
-rw-r--r--ucb/source/ucp/package/pkgcontent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx
index dfda010f2f63..346a5781050d 100644
--- a/ucb/source/ucp/package/pkgcontent.cxx
+++ b/ucb/source/ucp/package/pkgcontent.cxx
@@ -276,7 +276,7 @@ Content::~Content()
// virtual
void SAL_CALL Content::acquire()
- throw( )
+ noexcept
{
ContentImplHelper::acquire();
}
@@ -284,7 +284,7 @@ void SAL_CALL Content::acquire()
// virtual
void SAL_CALL Content::release()
- throw( )
+ noexcept
{
ContentImplHelper::release();
}