summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-05-12 08:44:34 +0300
committerTor Lillqvist <tml@collabora.com>2016-05-12 08:48:56 +0300
commitf1fa4a58fc6e203b44031f3a344ec79c14ec2173 (patch)
treeed943eb3e1e4ffce3c426c86b8742a965349e152
parent1275d9614724308b97724dacb7713f07fdb173d0 (diff)
loplugin:defaultparams
Change-Id: I4905e4c1dd72dabe2229d99742ee0012295a9742
-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 */);
};
}