summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_connection.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-15 14:23:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-15 15:03:50 +0100
commit73d4d9a5834bf5eb92c2643e30bec9d307d00175 (patch)
tree890447c4a7d0f8bb55fbad8a883b38c01aff2342 /connectivity/source/drivers/postgresql/pq_connection.hxx
parenta908e4eb41b83d051232f9e551e779e77c9a9c4f (diff)
Related: #i124896# remove obsoleted pq_allocator.hxx
Change-Id: I8a2b54c97f20e581b9703bf33dbba537c2f603c2
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_connection.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_connection.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx
index 2675e5323c30..4daa7a1c72f6 100644
--- a/connectivity/source/drivers/postgresql/pq_connection.hxx
+++ b/connectivity/source/drivers/postgresql/pq_connection.hxx
@@ -59,7 +59,6 @@
#include <cppuhelper/compbase6.hxx>
#include <libpq-fe.h>
-#include "pq_allocator.hxx"
namespace pq_sdbc_driver
{
@@ -150,10 +149,9 @@ typedef ::boost::unordered_map<
::rtl::ByteSequence,
::com::sun::star::uno::WeakReference< com::sun::star::sdbc::XCloseable >,
HashByteSequence,
- ::std::equal_to< ::rtl::ByteSequence >,
- Allocator< std::pair< const ::rtl::ByteSequence,::com::sun::star::uno::WeakReference< com::sun::star::sdbc::XCloseable > > >
+ ::std::equal_to< ::rtl::ByteSequence >
> WeakHashMap;
-typedef ::std::vector< OString, Allocator< OString > > OStringVector;
+typedef ::std::vector< OString > OStringVector;
@@ -162,8 +160,7 @@ typedef ::boost::unordered_map
const sal_Int32,
OUString,
::boost::hash< sal_Int32 >,
- ::std::equal_to< sal_Int32 >,
- Allocator< ::std::pair< sal_Int32, OUString > >
+ ::std::equal_to< sal_Int32 >
> Int2StringMap;
class Connection : public ConnectionBase