summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-06-08 14:43:53 +0300
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-06-15 20:26:35 +0000
commita00757e75b7d55239f97c1ca9e50c68252ff227f (patch)
treee146a209905b532ded1521a9c52d766a0b03329e /sw/source
parentbdfccfde308f0267965933a8273e6e9201a2c67c (diff)
Move accessibility relations to .ui files, Part 9: tdf#87026
By removing unnecessary variables/strings/function calls, and making proper changes in the related .ui files. Change-Id: I52e3f2a16519aee13b06f0efc6beb3385bcb0f1c Reviewed-on: https://gerrit.libreoffice.org/26066 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/ui/index/cnttab.cxx1
-rw-r--r--sw/source/ui/table/tabledlg.cxx6
2 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index d8383ce90a3c..18945f4fb230 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -314,7 +314,6 @@ SwMultiTOXTabDialog::SwMultiTOXTabDialog(vcl::Window* pParent, const SfxItemSet&
m_pShowExampleCB->Check( SW_MOD()->GetModuleConfig()->IsShowIndexPreview());
- m_pExampleContainerWIN->SetAccessibleName(m_pShowExampleCB->GetText());
SetViewAlign( WindowAlign::Left );
// SetViewWindow does not work if the dialog is visible!
diff --git a/sw/source/ui/table/tabledlg.cxx b/sw/source/ui/table/tabledlg.cxx
index 139712ad4946..c5fe6f82cd23 100644
--- a/sw/source/ui/table/tabledlg.cxx
+++ b/sw/source/ui/table/tabledlg.cxx
@@ -1301,12 +1301,6 @@ SwTextFlowPage::SwTextFlowPage(vcl::Window* pParent, const SfxItemSet& rSet)
get(m_pTextDirectionLB, "textdirection");
get(m_pVertOrientLB, "vertorient");
- m_pPgBrkRB->SetAccessibleRelationMemberOf(m_pPgBrkCB);
- m_pColBrkRB->SetAccessibleRelationMemberOf(m_pPgBrkCB);
- m_pPgBrkBeforeRB->SetAccessibleRelationMemberOf(m_pPgBrkCB);
- m_pPgBrkAfterRB->SetAccessibleRelationMemberOf(m_pPgBrkCB);
- m_pPageCollLB->SetAccessibleName(m_pPageCollCB->GetText());
-
m_pPgBrkCB->SetClickHdl(LINK(this, SwTextFlowPage, PageBreakHdl_Impl));
m_pPgBrkBeforeRB->SetClickHdl(
LINK( this, SwTextFlowPage, PageBreakPosHdl_Impl ) );