From 30f7ce30c92e1add033cdea0a78cea5563758513 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 Jul 2017 13:40:38 +0200 Subject: loplugin:constparams in connectivity Change-Id: I9b81c6227fb3c89a832640058a11444f72019694 Reviewed-on: https://gerrit.libreoffice.org/40155 Tested-by: Jenkins Reviewed-by: Noel Grandin --- connectivity/source/cpool/ZConnectionPool.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/source/cpool/ZConnectionPool.hxx') diff --git a/connectivity/source/cpool/ZConnectionPool.hxx b/connectivity/source/cpool/ZConnectionPool.hxx index 04119d92d7a1..b23db6005fa4 100644 --- a/connectivity/source/cpool/ZConnectionPool.hxx +++ b/connectivity/source/cpool/ZConnectionPool.hxx @@ -123,7 +123,7 @@ namespace connectivity private: css::uno::Reference< css::sdbc::XConnection> createNewConnection(const OUString& _rURL, const css::uno::Sequence< css::beans::PropertyValue >& _rInfo); - css::uno::Reference< css::sdbc::XConnection> getPooledConnection(TConnectionMap::iterator& _rIter); + css::uno::Reference< css::sdbc::XConnection> getPooledConnection(TConnectionMap::iterator const & _rIter); // calculate the timeout and the corresponding ALiveCount void calculateTimeOuts(); -- cgit