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, 2 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterPaintManager.hxx b/sdext/source/presenter/PresenterPaintManager.hxx
index 3ad014146eee..d1734a122b8c 100644
--- a/sdext/source/presenter/PresenterPaintManager.hxx
+++ b/sdext/source/presenter/PresenterPaintManager.hxx
@@ -48,16 +48,14 @@ public:
::std::function<void (const css::awt::Rectangle& rRepaintBox)>
GetInvalidator (
- const css::uno::Reference<css::awt::XWindow>& rxWindow,
- const bool bSynchronous = false);
+ const css::uno::Reference<css::awt::XWindow>& rxWindow);
/** Request a repaint of the whole window.
@param rxWindow
May be the parent window or one of its descendents.
*/
void Invalidate (
- const css::uno::Reference<css::awt::XWindow>& rxWindow,
- const bool bSynchronous = false);
+ const css::uno::Reference<css::awt::XWindow>& rxWindow);
void Invalidate (
const css::uno::Reference<css::awt::XWindow>& rxWindow,
const sal_Int16 nInvalidateFlags);