From 6df2c90c08b67b943022286e7152b51d52e0ef5e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 14 Sep 2016 12:26:36 +0200 Subject: loplugin:countusersofdefaultparams in vcl Change-Id: I046e6f16c5b171a06e2be2da2f72340634f3e979 Reviewed-on: https://gerrit.libreoffice.org/28891 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/vcl/fixed.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/fixed.hxx') diff --git a/include/vcl/fixed.hxx b/include/vcl/fixed.hxx index 97e1e5ab66ca..85f3a234a641 100644 --- a/include/vcl/fixed.hxx +++ b/include/vcl/fixed.hxx @@ -82,7 +82,7 @@ public: class VCL_DLLPUBLIC SelectableFixedText : public Edit { public: - explicit SelectableFixedText( vcl::Window* pParent, WinBits nStyle = 0 ); + explicit SelectableFixedText( vcl::Window* pParent, WinBits nStyle ); virtual void LoseFocus() override; virtual void ApplySettings(vcl::RenderContext&) override; -- cgit