diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-10-30 22:59:14 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-02 11:43:13 +0100 |
commit | de1a1e4bec9934c1f4ce5da45cebaa1d6c342c79 (patch) | |
tree | 8c88034b568c1c80ed3e752af7505c12f9e2f90b /xmloff/inc | |
parent | 7c5d52999a0424e4980d48caa59005c197102abf (diff) |
xmloff: replace boost::ptr_vector with std::vector
Change-Id: I6aacf764513b8f789d925db2943f4bf6f0039674
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/pch/precompiled_xo.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index f11c370fab0a..00da3efa3291 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.hxx @@ -33,7 +33,6 @@ #include <basegfx/vector/b3dvector.hxx> #include <boost/iterator_adaptors.hpp> #include <boost/noncopyable.hpp> -#include <boost/ptr_container/ptr_vector.hpp> #include <memory> #include <cassert> #include <com/sun/star/animations/AnimationAdditiveMode.hpp> |