diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-10-02 23:08:39 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-10-02 23:31:28 +0200 |
commit | b1c47274ecb01752863b8967e63f2ad7771928e9 (patch) | |
tree | 5eb1aba5a38281eee5d64fe1c6276132dcc626dc /sw/source/ui | |
parent | 2cf9bc80fb472004c8c30a80a2ac0724089461e5 (diff) |
sw: replace boost::ptr_vector with std::vector
Change-Id: Ib3dbe824bd4e747981b69851c6186fd57402ed23
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/index/cnttab.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx index 19b39c8fed5d..f5ac0fc764e8 100644 --- a/sw/source/ui/index/cnttab.cxx +++ b/sw/source/ui/index/cnttab.cxx @@ -78,6 +78,10 @@ #include <sfx2/app.hxx> #include <unomid.h> + +#include <boost/ptr_container/ptr_vector.hpp> + + using namespace ::com::sun::star; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; |