summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-07 16:56:51 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-08-08 13:53:07 +0300
commit016918cf9459eccc177bfedbe75c6296b3b4bb67 (patch)
treed6966ad5b74e79d8aff54cefb6e34309b671f8df /dbaccess
parent552cc040866bb2d25cf6187c92d9c4acd0db82d8 (diff)
STL'ify SV_DECL_IMPL_PERSIST_LIST
Converts it to a template based on std::vector Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/misc/DExport.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/misc/DExport.cxx b/dbaccess/source/ui/misc/DExport.cxx
index bdacec83a1a7..09092f23d22d 100644
--- a/dbaccess/source/ui/misc/DExport.cxx
+++ b/dbaccess/source/ui/misc/DExport.cxx
@@ -48,6 +48,7 @@
#include <o3tl/compat_functional.hxx>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
+#include <tools/contnr.hxx>
#include <i18npool/mslangid.hxx>
#include <com/sun/star/awt/FontDescriptor.hpp>
#include "WCopyTable.hxx"