summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-07-27 10:59:53 +0300
committerTor Lillqvist <tml@collabora.com>2016-07-27 10:59:53 +0300
commit63db4d577ff17a5af06087bc3fd6e930a4951415 (patch)
tree7f5003e24cfc800997d6ffaca25266be3a46d848 /vcl
parentlibxmlsec: mark part of xmlsec1-vc.patch.1 as upstreamed (diff)
downloadcore-63db4d577ff17a5af06087bc3fd6e930a4951415.tar.gz
core-63db4d577ff17a5af06087bc3fd6e930a4951415.zip
loplugin:defaultparams
Change-Id: Ib9a838b9d840baff62f1a0453eb370b6f665326d
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/status.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/status.cxx b/vcl/source/window/status.cxx
index 4ab71217745f..0035714a6027 100644
--- a/vcl/source/window/status.cxx
+++ b/vcl/source/window/status.cxx
@@ -1352,7 +1352,7 @@ void StatusBar::SetProgressValue( sal_uInt16 nNewPercent )
&& IsReallyVisible()
&& (!mnPercent || (mnPercent != nNewPercent)) )
{
- Invalidate(maPrgsFrameRect, InvalidateFlags::NONE);
+ Invalidate(maPrgsFrameRect);
Flush();
}
mnPercent = nNewPercent;