diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-08-07 15:35:01 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-08-07 16:52:08 +0200 |
commit | febd02b705c06929810835c5e2f677bfc91fb52c (patch) | |
tree | a74054ecf85fa840cb3c860101fa86e12624e9e6 /xmloff/inc | |
parent | 18c502b0049a5330f870ad43e1c49b46cbae81fc (diff) |
xmloff: replace boost::ptr_set with std::set<std::unique_ptr>
boost::ptr_set was actually quite nice here, pity about the obnoxious
warnings...
Change-Id: I46973635fd26e4f1db96f2806c211b83436bef5e
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 685fa2b448ed..49a133d628ed 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.hxx @@ -34,7 +34,6 @@ #include <boost/bind.hpp> #include <boost/iterator_adaptors.hpp> #include <boost/noncopyable.hpp> -#include <boost/ptr_container/ptr_set.hpp> #include <boost/ptr_container/ptr_vector.hpp> #include <memory> #include <boost/scoped_ptr.hpp> |