summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterPaintManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterPaintManager.cxx b/sdext/source/presenter/PresenterPaintManager.cxx
index a5eb4a21df00..b7b55fb1ddbd 100644
--- a/sdext/source/presenter/PresenterPaintManager.cxx
+++ b/sdext/source/presenter/PresenterPaintManager.cxx
@@ -45,7 +45,7 @@ PresenterPaintManager::PresenterPaintManager (
{
return [this, rxWindow] (css::awt::Rectangle const& rRepaintBox)
{
- return this->Invalidate(rxWindow, rRepaintBox, false/*bSynchronous*/);
+ return this->Invalidate(rxWindow, rRepaintBox /* , bSynchronous=false */);
};
}