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.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sdext/source/presenter/PresenterPaintManager.hxx b/sdext/source/presenter/PresenterPaintManager.hxx
index a31ea78f883b..97b1099cdf49 100644
--- a/sdext/source/presenter/PresenterPaintManager.hxx
+++ b/sdext/source/presenter/PresenterPaintManager.hxx
@@ -36,6 +36,7 @@
#include <com/sun/star/awt/XWindowPeer.hpp>
#include <com/sun/star/drawing/XPresenterHelper.hpp>
#include <rtl/ref.hxx>
+#include <boost/function.hpp>
namespace css = ::com::sun::star;
@@ -58,6 +59,11 @@ public:
const css::uno::Reference<css::drawing::XPresenterHelper>& rxPresenterHelper,
const rtl::Reference<PresenterPaneContainer>& rpPaneContainer);
+ ::boost::function<void(const css::awt::Rectangle& rRepaintBox)>
+ GetInvalidator (
+ const css::uno::Reference<css::awt::XWindow>& rxWindow,
+ const bool bSynchronous = false);
+
/** Request a repaint of the whole window.
@param rxWindow
May be the parent window or one of its descendents.