summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-17 15:03:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-17 17:34:11 +0200
commitf9e83fe5ec5550a02f8ccd9caaf0fc9b0ad35902 (patch)
treed0113e7517df0fb10fd8cab5e2204597e2ee64b1 /include
parent647fc41763d1310479d59262734caa296f6e558d (diff)
tdf#120651 have to sort radiogroup by tab position
Change-Id: I8fcf4c4b186d8292c85babaa90e98396a5fbc71b Reviewed-on: https://gerrit.libreoffice.org/61882 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/button.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index ddc61afdd02d..38c094a2d9dc 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -268,6 +268,8 @@ public:
class VCL_DLLPUBLIC RadioButton : public Button
{
private:
+ friend class VclBuilder;
+
std::shared_ptr< std::vector< VclPtr< RadioButton > > > m_xGroup;
tools::Rectangle maStateRect;
tools::Rectangle maMouseRect;