summaryrefslogtreecommitdiff
path: root/include/vcl/bitmapex.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-14 11:58:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-15 05:49:20 +0000
commitc37b72c182894a481819b44b9a2dc9049dce2c61 (patch)
tree3a4d8c6c7acf4d18f3d7c0653733abc0a2cb0a07 /include/vcl/bitmapex.hxx
parent9259fcd40b1749cd421c433bcc436cb335cbbe43 (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/bitmapex.hxx')
-rw-r--r--include/vcl/bitmapex.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/bitmapex.hxx b/include/vcl/bitmapex.hxx
index 115e35316dde..c3e566b860dc 100644
--- a/include/vcl/bitmapex.hxx
+++ b/include/vcl/bitmapex.hxx
@@ -327,9 +327,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,
bool msoBrightness = false );