summaryrefslogtreecommitdiff
path: root/svx/inc/pch
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-02-04 13:01:15 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-04 14:25:38 +0000
commit0835f5b80cecee7ec4326e4ab295f520112052fb (patch)
treed56f1e54c3edbccdc45e5f42b7eb09a467d503af /svx/inc/pch
parentf600e14561edf3ab35762a39a199ac6d03ab2706 (diff)
svx: replace boost::bind with C++11 lambda
Change-Id: I68f9559fab9a344979dc39b81f3738877483b5fe Reviewed-on: https://gerrit.libreoffice.org/22106 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx/inc/pch')
-rw-r--r--svx/inc/pch/precompiled_svx.hxx1
-rw-r--r--svx/inc/pch/precompiled_svxcore.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx
index 4c74ffb171fa..b906f3090620 100644
--- a/svx/inc/pch/precompiled_svx.hxx
+++ b/svx/inc/pch/precompiled_svx.hxx
@@ -44,7 +44,6 @@
#include <unordered_map>
#include <utility>
#include <vector>
-#include <boost/bind.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/noncopyable.hpp>
#include <boost/optional.hpp>
diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx
index fbe508ea63bc..70a6671d8aed 100644
--- a/svx/inc/pch/precompiled_svxcore.hxx
+++ b/svx/inc/pch/precompiled_svxcore.hxx
@@ -52,7 +52,6 @@
#include <utility>
#include <vector>
#include <boost/assign/list_of.hpp>
-#include <boost/bind.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/noncopyable.hpp>
#include <boost/optional.hpp>