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 /basegfx/inc/pch | |
parent | c06be53493013abadf844929b7724b6b2ddda1a0 (diff) |
basegfx,oox,slideshow: replace boost::next/prior with std::next/prev
Change-Id: I38fde54d0fdbb9c61e3df004242a70e14429f52f
Diffstat (limited to 'basegfx/inc/pch')
-rw-r--r-- | basegfx/inc/pch/precompiled_basegfx.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basegfx/inc/pch/precompiled_basegfx.hxx b/basegfx/inc/pch/precompiled_basegfx.hxx index 1590126f2b97..2fada70bdf10 100644 --- a/basegfx/inc/pch/precompiled_basegfx.hxx +++ b/basegfx/inc/pch/precompiled_basegfx.hxx @@ -30,7 +30,6 @@ #include <sstream> #include <string> #include <vector> -#include <boost/next_prior.hpp> #include <osl/diagnose.h> #include <osl/interlck.h> #include <rtl/instance.hxx> |