diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-07-31 18:30:09 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-31 21:24:25 +0200 |
commit | 2a62966d8947829d00702455977026369082007a (patch) | |
tree | e2323fa9b36ed1686f03de9aa5a272c77f3cc902 /sfx2/inc | |
parent | 1841946863ed006a36323fcca52a71272eae2ee6 (diff) |
sfx2: replace boost::function with std::function
Change-Id: I72acc5f396553eb464338a395ef40f95ed57a07e
Diffstat (limited to 'sfx2/inc')
-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 37debdb2a14d..6c7b6495f677 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.hxx @@ -41,7 +41,6 @@ #include <basic/sbxobj.hxx> #include <basic/sbxvar.hxx> #include <boost/bind.hpp> -#include <boost/function.hpp> #include <boost/logic/tribool.hpp> #include <boost/noncopyable.hpp> #include <boost/optional.hpp> |