summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/hierarchy/hierarchydatasource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/hierarchy/hierarchydatasource.cxx')
-rw-r--r--ucb/source/ucp/hierarchy/hierarchydatasource.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchydatasource.cxx b/ucb/source/ucp/hierarchy/hierarchydatasource.cxx
index cfd4c5e500e5..253a1d8e79a7 100644
--- a/ucb/source/ucp/hierarchy/hierarchydatasource.cxx
+++ b/ucb/source/ucp/hierarchy/hierarchydatasource.cxx
@@ -94,9 +94,9 @@ public:
// XInterface
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override;
virtual void SAL_CALL acquire()
- throw() override;
+ noexcept override;
virtual void SAL_CALL release()
- throw() override;
+ noexcept override;
// XServiceInfo
virtual OUString SAL_CALL getImplementationName() override;
@@ -496,13 +496,13 @@ HierarchyDataAccess::HierarchyDataAccess( const uno::Reference<
// XInterface methods.
void SAL_CALL HierarchyDataAccess::acquire()
- throw()
+ noexcept
{
OWeakObject::acquire();
}
void SAL_CALL HierarchyDataAccess::release()
- throw()
+ noexcept
{
OWeakObject::release();
}