diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-14 11:58:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-15 05:49:20 +0000 |
commit | c37b72c182894a481819b44b9a2dc9049dce2c61 (patch) | |
tree | 3a4d8c6c7acf4d18f3d7c0653733abc0a2cb0a07 /include/vcl/animate.hxx | |
parent | 9259fcd40b1749cd421c433bcc436cb335cbbe43 (diff) |
loplugin:countusersofdefaultparams in include/vcl
Change-Id: I16979e6d49e7f1ff7ea53194cfc64fddf27d00cf
Reviewed-on: https://gerrit.libreoffice.org/30841
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/animate.hxx')
-rw-r--r-- | include/vcl/animate.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/animate.hxx b/include/vcl/animate.hxx index 640ae95628cd..119499629d36 100644 --- a/include/vcl/animate.hxx +++ b/include/vcl/animate.hxx @@ -144,9 +144,9 @@ public: bool Adjust( short nLuminancePercent, short nContrastPercent, - short nChannelRPercent = 0, - short nChannelGPercent = 0, - short nChannelBPercent = 0, + short nChannelRPercent, + short nChannelGPercent, + short nChannelBPercent, double fGamma = 1.0, bool bInvert = false ); |