summaryrefslogtreecommitdiff
path: root/sw/inc/tblsel.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-09-09 17:28:19 +0200
committerMichael Stahl <mstahl@redhat.com>2015-09-09 18:55:50 +0200
commit86aebe9e5b084a737ce18e4620e8d8f0998eb5a1 (patch)
treec094b78f26f1bec0850e4966ca817d0bd5e0cefa /sw/inc/tblsel.hxx
parentb70669e4cf98744437365d6c83d2f71c35b27696 (diff)
sw: replace boost::ptr_vector with std::vector
Change-Id: I6bef6fc863034b162459a46d332fa66a06916e7f
Diffstat (limited to 'sw/inc/tblsel.hxx')
-rw-r--r--sw/inc/tblsel.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/tblsel.hxx b/sw/inc/tblsel.hxx
index 1b7000e3883b..cf12758248b6 100644
--- a/sw/inc/tblsel.hxx
+++ b/sw/inc/tblsel.hxx
@@ -23,7 +23,6 @@
#include <swrect.hxx>
#include "swdllapi.h"
-#include <boost/ptr_container/ptr_vector.hpp>
#include <o3tl/sorted_vector.hxx>
#include <memory>
@@ -137,7 +136,7 @@ public:
// Determines tables affected by a table selection and union rectangles
// of the selection (also for split tables)
-typedef boost::ptr_vector<SwSelUnion> SwSelUnions;
+typedef std::vector<SwSelUnion> SwSelUnions;
// Gets the tables involved in a table selection and the union-rectangles of the selections
// - also for split tables.