summaryrefslogtreecommitdiffstats
path: root/connectivity/source/cpool/ZPoolCollection.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-06 10:17:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-06 10:37:50 +0100
commitc78f7d85ab72a447cabbeebcc76706b796c7308a (patch)
tree76bc731ae0268960e2bf95a06476fa516f7b78e1 /connectivity/source/cpool/ZPoolCollection.hxx
parentGet rid of DECLARE_STL_STDKEY_MAP (diff)
downloadcore-c78f7d85ab72a447cabbeebcc76706b796c7308a.tar.gz
core-c78f7d85ab72a447cabbeebcc76706b796c7308a.zip
Get rid of DECLARE_STL_MAP
Change-Id: Ifbda934a89087fcc1c031978d3e5b5783722b328
Diffstat (limited to 'connectivity/source/cpool/ZPoolCollection.hxx')
-rw-r--r--connectivity/source/cpool/ZPoolCollection.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/cpool/ZPoolCollection.hxx b/connectivity/source/cpool/ZPoolCollection.hxx
index 41062127d21a..60fe2b4845ea 100644
--- a/connectivity/source/cpool/ZPoolCollection.hxx
+++ b/connectivity/source/cpool/ZPoolCollection.hxx
@@ -61,11 +61,11 @@ namespace connectivity
typedef ::comphelper::OInterfaceCompare< ::com::sun::star::sdbc::XDriver > ODriverCompare;
typedef std::map<OUString, OConnectionPool*> OConnectionPools;
- DECLARE_STL_MAP(
+ typedef std::map<
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDriver >,
::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XDriver >,
- ODriverCompare,
- MapDriver2DriverRef );
+ ODriverCompare>
+ MapDriver2DriverRef;
MapDriver2DriverRef m_aDriverProxies;
::osl::Mutex m_aMutex;