diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-02-03 16:02:34 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-02-03 23:43:33 +0100 |
commit | 1fe41c378fdc3261fb86f3abeb93c7d918c74fb5 (patch) | |
tree | 7146e7711426a7ccf32c1214803d86fbebb991a7 /oox/inc/pch | |
parent | c0fa223db5f5c55ffb76dbb10b0e8187962f0cd8 (diff) |
oox: replace boost::bind with C++11 lambda
Change-Id: I8b3c029db18f62cc41e5fc12582e10bf2a67d2c7
Diffstat (limited to 'oox/inc/pch')
-rw-r--r-- | oox/inc/pch/precompiled_oox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx index bf9089b841eb..ab6de3c6752b 100644 --- a/oox/inc/pch/precompiled_oox.hxx +++ b/oox/inc/pch/precompiled_oox.hxx @@ -42,7 +42,6 @@ #include <unordered_map> #include <vector> #include <boost/algorithm/string.hpp> -#include <boost/bind.hpp> #include <boost/intrusive_ptr.hpp> #include <boost/next_prior.hpp> #include <boost/noncopyable.hpp> |