diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-01 09:07:13 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-01 10:13:30 +0200 |
commit | e259c58227a4b8bfe5b2bb0457afcf6907c90800 (patch) | |
tree | fe0017f9efce9ada3ee8f7274e776443a91fe662 /reportdesign/inc | |
parent | 5805be0b349ebb1be6a3613368bffc63644b1c84 (diff) |
boost::mem_fn->std::mem_fn in reportdesign
Change-Id: I05c8b22ed7af8ea0ac59ac21707025ec7808bf55
Diffstat (limited to 'reportdesign/inc')
-rw-r--r-- | reportdesign/inc/pch/precompiled_rpt.hxx | 1 | ||||
-rw-r--r-- | reportdesign/inc/pch/precompiled_rptui.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/reportdesign/inc/pch/precompiled_rpt.hxx b/reportdesign/inc/pch/precompiled_rpt.hxx index 97dbd4db0a70..051c05a9d251 100644 --- a/reportdesign/inc/pch/precompiled_rpt.hxx +++ b/reportdesign/inc/pch/precompiled_rpt.hxx @@ -56,7 +56,6 @@ #include <boost/bind.hpp> #include <boost/functional/hash.hpp> #include <boost/intrusive_ptr.hpp> -#include <boost/mem_fn.hpp> #include <boost/noncopyable.hpp> #include <boost/optional.hpp> #include <boost/shared_array.hpp> diff --git a/reportdesign/inc/pch/precompiled_rptui.hxx b/reportdesign/inc/pch/precompiled_rptui.hxx index dc85cee9272f..e1510844127f 100644 --- a/reportdesign/inc/pch/precompiled_rptui.hxx +++ b/reportdesign/inc/pch/precompiled_rptui.hxx @@ -59,7 +59,6 @@ #include <boost/bind.hpp> #include <boost/functional/hash.hpp> #include <boost/intrusive_ptr.hpp> -#include <boost/mem_fn.hpp> #include <boost/noncopyable.hpp> #include <boost/shared_array.hpp> #include <osl/conditn.h> |