summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/prov.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/prov.cxx')
-rw-r--r--ucb/source/ucp/file/prov.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/file/prov.cxx b/ucb/source/ucp/file/prov.cxx
index 525e099b0cf4..9fa76da40c1a 100644
--- a/ucb/source/ucp/file/prov.cxx
+++ b/ucb/source/ucp/file/prov.cxx
@@ -210,11 +210,11 @@ public:
virtual void SAL_CALL
acquire()
- throw() override;
+ noexcept override;
virtual void SAL_CALL
release()
- throw() override;
+ noexcept override;
virtual Sequence< Property > SAL_CALL
@@ -254,7 +254,7 @@ XPropertySetInfoImpl2::XPropertySetInfoImpl2()
void SAL_CALL
XPropertySetInfoImpl2::acquire()
- throw()
+ noexcept
{
OWeakObject::acquire();
}
@@ -262,7 +262,7 @@ XPropertySetInfoImpl2::acquire()
void SAL_CALL
XPropertySetInfoImpl2::release()
- throw()
+ noexcept
{
OWeakObject::release();
}