diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-07-08 22:23:43 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-09 10:18:05 +0200 |
commit | e6a0ef5eeea7b353541d1c45b5b3c8c11344ab41 (patch) | |
tree | 767404e7e800e5f08987b7270a0f076f86953a1e /framework | |
parent | e8eb49995a9d8baba19b527fbccc7aebcdf259a6 (diff) |
comphelper: remove boost::bind from headers
Change-Id: I40c504d086c8ae1fd825acdafaada283ad9db8d0
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/fwe/helper/undomanagerhelper.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/source/fwe/helper/undomanagerhelper.cxx b/framework/source/fwe/helper/undomanagerhelper.cxx index c9b68c7f6761..36d84b5ba7f2 100644 --- a/framework/source/fwe/helper/undomanagerhelper.cxx +++ b/framework/source/fwe/helper/undomanagerhelper.cxx @@ -29,9 +29,11 @@ #include <tools/diagnose_ex.h> #include <osl/conditn.hxx> +#include <boost/bind.hpp> +#include <boost/function.hpp> + #include <stack> #include <queue> -#include <boost/function.hpp> namespace framework { |