summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-25 13:46:39 +0200
committerNoel Grandin <noel@peralex.com>2016-08-25 13:47:05 +0200
commit228d0950f5a0c0806355d3ecdf08d97d818b772b (patch)
tree3236acf1f109765a65a16b3c238eced44cf152c5 /vcl
parent6488d249b0c5649313b6611660aca939e5c374bf (diff)
loplugin:countusersofdefaultparams
Change-Id: I7150494a56abc6ec9c7fba39cefe3967a475f073
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/spin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/spin.hxx b/vcl/inc/spin.hxx
index 4522666a124e..4961ebd7efa9 100644
--- a/vcl/inc/spin.hxx
+++ b/vcl/inc/spin.hxx
@@ -34,8 +34,8 @@ void ImplDrawSpinButton(vcl::RenderContext& rRenderContext, vcl::Window* pWindow
// Draw Up/Down buttons suitable for use in any context
void ImplDrawUpDownButtons(vcl::RenderContext& rRenderContext,
const Rectangle& rUpperRect, const Rectangle& rLowerRect,
- bool bUpperIn, bool bLowerIn, bool bUpperEnabled, bool bLowerEnabled = true,
- bool bHorz = false, bool bMirrorHorz = false);
+ bool bUpperIn, bool bLowerIn, bool bUpperEnabled, bool bLowerEnabled,
+ bool bHorz, bool bMirrorHorz = false);
#endif // INCLUDED_VCL_INC_SPIN_HXX