summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterToolBar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterToolBar.hxx')
-rw-r--r--sdext/source/presenter/PresenterToolBar.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterToolBar.hxx b/sdext/source/presenter/PresenterToolBar.hxx
index fabdbc587a8c..a249d018b5f6 100644
--- a/sdext/source/presenter/PresenterToolBar.hxx
+++ b/sdext/source/presenter/PresenterToolBar.hxx
@@ -43,9 +43,11 @@
#include <com/sun/star/drawing/framework/XView.hpp>
#include <com/sun/star/drawing/framework/XResourceId.hpp>
#include <com/sun/star/frame/XController.hpp>
-#include <boost/function.hpp>
+
#include <boost/noncopyable.hpp>
+#include <functional>
+
namespace {
typedef cppu::WeakComponentImplHelper5<
css::awt::XWindowListener,
@@ -76,7 +78,7 @@ class PresenterToolBar
public CachablePresenterView
{
public:
- typedef ::boost::function<void()> Action;
+ typedef ::std::function<void ()> Action;
enum Anchor { Left, Center, Right };