diff options
author | Mario J. Rugiero <mrugiero@gmail.com> | 2015-10-29 01:06:38 -0300 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-10-29 23:03:31 +0000 |
commit | efbde08e2a9930edb4637824d9d3a768873314a8 (patch) | |
tree | 7c97f7699208e9c62367e23215c983d23612abc6 /sfx2/inc/pch | |
parent | 3c2c5ef575eec07617cd759985f4ab5fb8732eff (diff) |
Cleanup in sfx2 tree
Replaced a few std::for_each occurences by range based for loops,
and the only boost::bind in such tree by a lambda, alongside with
a bind2nd call and boost/bind.hxx headers cleanup.
Change-Id: Ie5e58f5b7d23ec846fd7457a6bad0132e0278dbf
Reviewed-on: https://gerrit.libreoffice.org/19662
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sfx2/inc/pch')
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index 8d93542af4ee..a1876f804919 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.hxx @@ -40,7 +40,6 @@ #include <basic/sbxmeth.hxx> #include <basic/sbxobj.hxx> #include <basic/sbxvar.hxx> -#include <boost/bind.hpp> #include <boost/logic/tribool.hpp> #include <boost/noncopyable.hpp> #include <boost/optional.hpp> |