summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-06-27 13:46:04 +0300
committerCaolán McNamara <caolanm@redhat.com>2016-06-29 09:17:53 +0000
commit541fcc978d69e6ba10e4005fd6e38658100bc112 (patch)
tree5abfd15ad178e0146cd35ad82352a12247b379ee /extensions
parented27be2a91adce19bed8822622ea4e23d415725e (diff)
Move accessibility relations to .ui files, Part 12: tdf#87026
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 <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/dbpilots/groupboxwiz.cxx4
1 files changed, 0 insertions, 4 deletions
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()