From f9e83fe5ec5550a02f8ccd9caaf0fc9b0ad35902 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 17 Oct 2018 15:03:24 +0100 Subject: tdf#120651 have to sort radiogroup by tab position MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8fcf4c4b186d8292c85babaa90e98396a5fbc71b Reviewed-on: https://gerrit.libreoffice.org/61882 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/vcl/button.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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; -- cgit