summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterPaintManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaintManager.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaintManager.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterPaintManager.hxx b/sdext/source/presenter/PresenterPaintManager.hxx
index 440d1dc1e537..3ad014146eee 100644
--- a/sdext/source/presenter/PresenterPaintManager.hxx
+++ b/sdext/source/presenter/PresenterPaintManager.hxx
@@ -24,7 +24,8 @@
#include <com/sun/star/awt/XWindowPeer.hpp>
#include <com/sun/star/drawing/XPresenterHelper.hpp>
#include <rtl/ref.hxx>
-#include <boost/function.hpp>
+
+#include <functional>
namespace sdext { namespace presenter {
@@ -45,7 +46,7 @@ public:
const css::uno::Reference<css::drawing::XPresenterHelper>& rxPresenterHelper,
const rtl::Reference<PresenterPaneContainer>& rpPaneContainer);
- ::boost::function<void(const css::awt::Rectangle& rRepaintBox)>
+ ::std::function<void (const css::awt::Rectangle& rRepaintBox)>
GetInvalidator (
const css::uno::Reference<css::awt::XWindow>& rxWindow,
const bool bSynchronous = false);