summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/num.cxx
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 /sw/source/ui/misc/num.cxx
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 'sw/source/ui/misc/num.cxx')
-rw-r--r--sw/source/ui/misc/num.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/misc/num.cxx b/sw/source/ui/misc/num.cxx
index 3cbe02204b8d..e44175fd4798 100644
--- a/sw/source/ui/misc/num.cxx
+++ b/sw/source/ui/misc/num.cxx
@@ -103,8 +103,6 @@ SwNumPositionTabPage::SwNumPositionTabPage(vcl::Window* pParent,
SetExchangeSupport();
m_pPreviewWIN->SetBackground(Wallpaper(Color(COL_TRANSPARENT)));
- m_pStandardPB->SetAccessibleRelationMemberOf(m_pPositionFrame->get_label_widget());
-
m_pRelativeCB->Check();
m_pAlignLB->SetSelectHdl(LINK(this, SwNumPositionTabPage, EditModifyHdl));
m_pAlign2LB->SetSelectHdl(LINK(this, SwNumPositionTabPage, EditModifyHdl));