summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-01-20 14:22:52 +0000
committerXisco Fauli <xiscofauli@libreoffice.org>2021-01-25 10:21:09 +0100
commita1e83bc0079edae1067342d34b22977523bef12d (patch)
treed0a1301b52c261d07ee27a14ccf04c708bcc16d2 /include
parente680ba7e15adc76a1a7fc7e5e0be06be9e5b5e73 (diff)
drop RadioButton arg defaults
the nBits arg in builder.cxx was in the wrong place Change-Id: Id4d0dd6919444cb39cf0d9e593f46d324f343a31 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109682 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/toolkit/button.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/toolkit/button.hxx b/include/vcl/toolkit/button.hxx
index 780197d12ec7..6f4ca5481b32 100644
--- a/include/vcl/toolkit/button.hxx
+++ b/include/vcl/toolkit/button.hxx
@@ -220,7 +220,7 @@ public:
true is fairly straightforward, false leads to trick situations and is the legacy case
*/
- explicit RadioButton(vcl::Window* pParent, bool bUsesExplicitGroup = true, WinBits nWinStyle = 0);
+ explicit RadioButton(vcl::Window* pParent, bool bUsesExplicitGroup, WinBits nWinStyle);
virtual ~RadioButton() override;
virtual void dispose() override;