diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-05-06 23:01:58 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-06 23:37:10 +0200 |
commit | 58080e8f78f57e4340bbc428b167472e8e6c05d1 (patch) | |
tree | 96af5ac496f8d155fd8368238ddff034c7031d8e /cui | |
parent | c06be53493013abadf844929b7724b6b2ddda1a0 (diff) |
basegfx,oox,slideshow: replace boost::next/prior with std::next/prev
Change-Id: I38fde54d0fdbb9c61e3df004242a70e14429f52f
Diffstat (limited to 'cui')
-rw-r--r-- | cui/inc/pch/precompiled_cui.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/inc/pch/precompiled_cui.hxx b/cui/inc/pch/precompiled_cui.hxx index 81841ceea124..bd28f0068276 100644 --- a/cui/inc/pch/precompiled_cui.hxx +++ b/cui/inc/pch/precompiled_cui.hxx @@ -54,7 +54,6 @@ #include <unordered_map> #include <utility> #include <vector> -#include <boost/intrusive_ptr.hpp> #include <boost/optional.hpp> #include <boost/optional/optional.hpp> #include <osl/diagnose.h> |