summaryrefslogtreecommitdiffstats
path: root/connectivity/source/cpool/ZPoolCollection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/cpool/ZPoolCollection.hxx')
-rw-r--r--connectivity/source/cpool/ZPoolCollection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/cpool/ZPoolCollection.hxx b/connectivity/source/cpool/ZPoolCollection.hxx
index 3da18ab86ab2..3fdade8a9db6 100644
--- a/connectivity/source/cpool/ZPoolCollection.hxx
+++ b/connectivity/source/cpool/ZPoolCollection.hxx
@@ -85,7 +85,7 @@ namespace connectivity
static css::uno::Reference< css::uno::XInterface > createWithProvider( const css::uno::Reference< css::lang::XMultiServiceFactory >& _rxConfProvider,
const OUString& _rPath);
static css::uno::Reference< css::uno::XInterface > openNode( const OUString& _rPath,
- const css::uno::Reference< css::uno::XInterface >& _xTreeNode) throw();
+ const css::uno::Reference< css::uno::XInterface >& _xTreeNode) noexcept;
bool isPoolingEnabled();
bool isDriverPoolingEnabled(std::u16string_view _sDriverImplName,
css::uno::Reference< css::uno::XInterface >& _rxDriverNode);
@@ -104,7 +104,7 @@ namespace connectivity
public:
static css::uno::Any getNodeValue( const OUString& _rPath,
- const css::uno::Reference< css::uno::XInterface>& _xTreeNode)throw();
+ const css::uno::Reference< css::uno::XInterface>& _xTreeNode)noexcept;
// XDriverManager
virtual css::uno::Reference< css::sdbc::XConnection > SAL_CALL getConnection( const OUString& url ) override;