summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xcontainer.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xcontainer.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xcontainer.hxx b/connectivity/source/drivers/postgresql/pq_xcontainer.hxx
index 6155290d3300..852b206018fb 100644
--- a/connectivity/source/drivers/postgresql/pq_xcontainer.hxx
+++ b/connectivity/source/drivers/postgresql/pq_xcontainer.hxx
@@ -50,7 +50,6 @@
#include <cppuhelper/compbase.hxx>
#include <unordered_map>
-#include <vector>
#include "pq_connection.hxx"
#include "pq_statics.hxx"
@@ -113,7 +112,7 @@ protected:
ConnectionSettings *m_pSettings;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_origin;
String2IntMap m_name2index; // maps the element name to an index
- ::com::sun::star::uno::Sequence< com::sun::star::uno::Any > m_values; // contains the real values
+ std::vector< com::sun::star::uno::Any > m_values; // contains the real values
OUString m_type;
public: