summaryrefslogtreecommitdiffstats
path: root/connectivity/source/cpool/ZPooledConnection.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-07-01 09:46:23 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-04 06:49:07 +0000
commitcd71034b26a404c8f9b763865ef6ebdd0adeebb7 (patch)
treeff2aaa6a6d1849b51d883d48dfdef04b17817fcd /connectivity/source/cpool/ZPooledConnection.hxx
parentremove deprecated Link functions from Registry (diff)
downloadcore-cd71034b26a404c8f9b763865ef6ebdd0adeebb7.tar.gz
core-cd71034b26a404c8f9b763865ef6ebdd0adeebb7.zip
comphelper::OBaseMutex -> cppu::BaseMutex
convert usage of deprecated class, and remove the old class Change-Id: I19fb9271090d19e5531622b58492e1a848d306e2 Reviewed-on: https://gerrit.libreoffice.org/26843 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'connectivity/source/cpool/ZPooledConnection.hxx')
-rw-r--r--connectivity/source/cpool/ZPooledConnection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/cpool/ZPooledConnection.hxx b/connectivity/source/cpool/ZPooledConnection.hxx
index 6b6c7456e182..ff108088efa0 100644
--- a/connectivity/source/cpool/ZPooledConnection.hxx
+++ b/connectivity/source/cpool/ZPooledConnection.hxx
@@ -20,9 +20,9 @@
#define INCLUDED_CONNECTIVITY_SOURCE_CPOOL_ZPOOLEDCONNECTION_HXX
#include <cppuhelper/compbase.hxx>
+#include <cppuhelper/basemutex.hxx>
#include <com/sun/star/sdbc/XPooledConnection.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
-#include <comphelper/broadcasthelper.hxx>
#include <com/sun/star/reflection/XProxyFactory.hpp>
@@ -35,7 +35,7 @@ namespace connectivity
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XPooledConnection
,css::lang::XEventListener> OPooledConnection_Base;
- class OPooledConnection : public ::comphelper::OBaseMutex
+ class OPooledConnection : public ::cppu::BaseMutex
,public OPooledConnection_Base
{
css::uno::Reference< css::sdbc::XConnection > m_xRealConnection; // the connection fom driver