From 541fcc978d69e6ba10e4005fd6e38658100bc112 Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Mon, 27 Jun 2016 13:46:04 +0300 Subject: Move accessibility relations to .ui files, Part 12: tdf#87026 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit By removing unnecessary variables/strings/function calls, and making proper changes in the related .ui files. As of this commit, all accessible relations have been moved to .ui files other than a few exceptions. Change-Id: Ic9dffdde414d245c13f13ee08543f90884991222 Reviewed-on: https://gerrit.libreoffice.org/26707 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- extensions/source/dbpilots/groupboxwiz.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'extensions') diff --git a/extensions/source/dbpilots/groupboxwiz.cxx b/extensions/source/dbpilots/groupboxwiz.cxx index 7a65327e624a..66237014d9af 100644 --- a/extensions/source/dbpilots/groupboxwiz.cxx +++ b/extensions/source/dbpilots/groupboxwiz.cxx @@ -200,8 +200,6 @@ namespace dbp m_pExistingRadios->EnableMultiSelection(true); getDialog()->defaultButton(m_pMoveRight.get()); - - m_pExistingRadios->SetAccessibleRelationMemberOf(m_pExistingRadios); } ORadioSelectionPage::~ORadioSelectionPage() @@ -389,8 +387,6 @@ namespace dbp get(m_pOptions, "radiobuttons"); m_pOptions->SetSelectHdl(LINK(this, OOptionValuesPage, OnOptionSelected)); - - m_pOptions->SetAccessibleRelationMemberOf(m_pOptions); } OOptionValuesPage::~OOptionValuesPage() -- cgit