summaryrefslogtreecommitdiff
path: root/chart2/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-10 09:18:04 +0200
committerNoel Grandin <noel@peralex.com>2015-11-10 09:41:53 +0200
commit73baabfffc34461068df57d1a1851351b17cb8e8 (patch)
tree309bdbdc6103b5ae5616cd5d334cc4faaf6909f9 /chart2/inc
parente0dec4c73b6ada7733726f756e4506a7e3114048 (diff)
chart2: replace boost::ptr_vector with std::vector<unique_ptr>
Change-Id: I5c374afcfa2760ebf21e461f38fe392692054dfe
Diffstat (limited to 'chart2/inc')
-rw-r--r--chart2/inc/pch/precompiled_chartcore.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx
index fde1f3c90250..5860f8f03c90 100644
--- a/chart2/inc/pch/precompiled_chartcore.hxx
+++ b/chart2/inc/pch/precompiled_chartcore.hxx
@@ -33,7 +33,6 @@
#include <boost/bind.hpp>
#include <boost/checked_delete.hpp>
#include <boost/ptr_container/ptr_map.hpp>
-#include <boost/ptr_container/ptr_vector.hpp>
#include <memory>
#include <cmath>
#include <com/sun/star/awt/CharSet.hpp>