summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-02-03 16:02:34 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-03 23:43:33 +0100
commit1fe41c378fdc3261fb86f3abeb93c7d918c74fb5 (patch)
tree7146e7711426a7ccf32c1214803d86fbebb991a7 /oox/inc
parentc0fa223db5f5c55ffb76dbb10b0e8187962f0cd8 (diff)
oox: replace boost::bind with C++11 lambda
Change-Id: I8b3c029db18f62cc41e5fc12582e10bf2a67d2c7
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/pch/precompiled_oox.hxx1
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>