diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-05-12 08:44:34 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-05-12 08:48:56 +0300 |
commit | f1fa4a58fc6e203b44031f3a344ec79c14ec2173 (patch) | |
tree | ed943eb3e1e4ffce3c426c86b8742a965349e152 /sdext/source | |
parent | 1275d9614724308b97724dacb7713f07fdb173d0 (diff) |
loplugin:defaultparams
Change-Id: I4905e4c1dd72dabe2229d99742ee0012295a9742
Diffstat (limited to 'sdext/source')
-rw-r--r-- | sdext/source/presenter/PresenterPaintManager.cxx | 2 |
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 */); }; } |