summaryrefslogtreecommitdiff
path: root/sw/inc/tblsel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-04-19 17:56:35 +0200
committerMichael Stahl <mstahl@redhat.com>2012-04-25 12:35:31 +0200
commit0c48023feadf8cbfd110e5959a8aca23cf0fd501 (patch)
tree4253958928b1b4a6b631281470c998d176cecb37 /sw/inc/tblsel.hxx
parentbe5e4247e2a164bd1f2eacf9a33d6d73df16d0e3 (diff)
Convert SV_DECL_PTRARR_DEL(_FndLines) to boost::ptr_vector
Diffstat (limited to 'sw/inc/tblsel.hxx')
-rw-r--r--sw/inc/tblsel.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/tblsel.hxx b/sw/inc/tblsel.hxx
index fc2d33db4f1f..daac46b2a0a1 100644
--- a/sw/inc/tblsel.hxx
+++ b/sw/inc/tblsel.hxx
@@ -35,6 +35,7 @@
#include <map>
#include <deque>
+#include <boost/ptr_container/ptr_vector.hpp>
class SwCrsrShell;
class SwCursor;
@@ -194,7 +195,7 @@ class _FndBox;
class _FndLine;
typedef std::vector<_FndBox*> _FndBoxes;
-SV_DECL_PTRARR_DEL( _FndLines, _FndLine*,10 )
+typedef boost::ptr_vector<_FndLine> _FndLines;
class _FndBox
{