diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-11 11:50:43 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-12 08:01:34 +0200 |
commit | fe6554d1f49a142fc960ed255e8ed12eb752c6b0 (patch) | |
tree | 0dc69da99b39de759b41bfe5ba9427cbd0aefb57 /svtools/inc/pch/precompiled_svt.hxx | |
parent | aeeef71b9850b77b7de468a9748c441314e3fa6e (diff) |
svtools: boost::ptr_vector->std::vector
Change-Id: Iee77fa2a6b8bc5d186157430c4bfeb7d29056129
Diffstat (limited to 'svtools/inc/pch/precompiled_svt.hxx')
-rw-r--r-- | svtools/inc/pch/precompiled_svt.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index 94d592500862..90d65d199036 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.hxx @@ -22,7 +22,6 @@ #include <basegfx/range/b2drange.hxx> #include <boost/noncopyable.hpp> #include <boost/optional.hpp> -#include <boost/ptr_container/ptr_vector.hpp> #include <memory> #include <cassert> #include <com/sun/star/accessibility/AccessibleEventId.hpp> |