summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/dbinsdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-04-25 12:12:51 +0200
committerMichael Stahl <mstahl@redhat.com>2012-04-25 12:35:35 +0200
commit12198134b1a7a467b8a6eb90ed4ade6dd2cbf58f (patch)
treed4799bc7b26267d87e818bbdd56022514068af5c /sw/source/ui/inc/dbinsdlg.hxx
parentConvert SV_DECL_PTRARR_DEL(TextBlockInfoArr) to boost::ptr_vector (diff)
downloadcore-12198134b1a7a467b8a6eb90ed4ade6dd2cbf58f.tar.gz
core-12198134b1a7a467b8a6eb90ed4ade6dd2cbf58f.zip
Convert SV_DECL_PTRARR_DEL(_DB_Columns) to boost::ptr_vector
Diffstat (limited to 'sw/source/ui/inc/dbinsdlg.hxx')
-rw-r--r--sw/source/ui/inc/dbinsdlg.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/ui/inc/dbinsdlg.hxx b/sw/source/ui/inc/dbinsdlg.hxx
index 7b879f9fa99f..30185065bb71 100644
--- a/sw/source/ui/inc/dbinsdlg.hxx
+++ b/sw/source/ui/inc/dbinsdlg.hxx
@@ -43,6 +43,7 @@
#include <swdbdata.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.h>
+#include <boost/ptr_container/ptr_vector.hpp>
namespace com{namespace sun{namespace star{
namespace sdbcx{
class XColumnsSupplier;
@@ -58,7 +59,8 @@ class SwTableAutoFmt;
class SwView;
class SfxItemSet;
class SwTableRep;
-class _DB_Columns;
+struct _DB_Column;
+typedef boost::ptr_vector<_DB_Column> _DB_Columns;
struct SwInsDBColumn
{