summaryrefslogtreecommitdiff
path: root/reportdesign/inc/pch
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-05-12 14:03:53 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-12 14:38:16 +0200
commit2f353af253ff437ad0cb34a2000c30da0f4ecf79 (patch)
tree2824c9caa9b2ad93f1ab721870ea59545997850d /reportdesign/inc/pch
parent3e61eb69ac1cff727072011e228eabfc8bc055c0 (diff)
reportdesign: replace rest of boost::ref usage with C++11 lambdas
Change-Id: Ib530bbecbbb19fa09b24d3837d8f8f023d4ed359
Diffstat (limited to 'reportdesign/inc/pch')
-rw-r--r--reportdesign/inc/pch/precompiled_rpt.hxx1
-rw-r--r--reportdesign/inc/pch/precompiled_rptui.hxx1
-rw-r--r--reportdesign/inc/pch/precompiled_rptxml.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/reportdesign/inc/pch/precompiled_rpt.hxx b/reportdesign/inc/pch/precompiled_rpt.hxx
index 37c0ec2b7530..e5cb5aa9141a 100644
--- a/reportdesign/inc/pch/precompiled_rpt.hxx
+++ b/reportdesign/inc/pch/precompiled_rpt.hxx
@@ -53,7 +53,6 @@
#include <unordered_map>
#include <utility>
#include <vector>
-#include <boost/bind.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/optional.hpp>
#include <osl/conditn.hxx>
diff --git a/reportdesign/inc/pch/precompiled_rptui.hxx b/reportdesign/inc/pch/precompiled_rptui.hxx
index 2769eb1ab968..7b366c818f33 100644
--- a/reportdesign/inc/pch/precompiled_rptui.hxx
+++ b/reportdesign/inc/pch/precompiled_rptui.hxx
@@ -57,7 +57,6 @@
#include <unordered_set>
#include <utility>
#include <vector>
-#include <boost/bind.hpp>
#include <boost/intrusive_ptr.hpp>
#include <osl/conditn.h>
#include <osl/conditn.hxx>
diff --git a/reportdesign/inc/pch/precompiled_rptxml.hxx b/reportdesign/inc/pch/precompiled_rptxml.hxx
index 19d2998270e5..ccd7c3765df3 100644
--- a/reportdesign/inc/pch/precompiled_rptxml.hxx
+++ b/reportdesign/inc/pch/precompiled_rptxml.hxx
@@ -26,7 +26,6 @@
#include <string.h>
#include <unordered_set>
#include <vector>
-#include <boost/bind.hpp>
#include <osl/diagnose.h>
#include <osl/mutex.hxx>
#include <rtl/math.hxx>