summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-06-17 15:24:19 +0300
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-06-27 20:28:18 +0000
commit04136c95c5be30004e627f2866fe6ecea60a04f1 (patch)
treeaab4aef8417b0c4c9efc0a4dc921d3da7874c7bf /sw/source/ui
parent4318931ac9993527b7ae24a1284903db91254989 (diff)
Move accessibility relations to .ui files, Part 10: tdf#87026
By removing unnecessary variables/strings/function calls, and making proper changes in the related .ui files. To find the accessible names for ListBoxes in optpage.cxx: I checked out the old revision and got strings from the related src file. Then added them into the .ui file. Change-Id: I05a11f92e07ddb0bd3deab086dd65052ec8395a5 Reviewed-on: https://gerrit.libreoffice.org/26439 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/config/optpage.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx
index 2369aa04b729..89768422652a 100644
--- a/sw/source/ui/config/optpage.cxx
+++ b/sw/source/ui/config/optpage.cxx
@@ -1788,12 +1788,6 @@ SwRedlineOptionsTabPage::SwRedlineOptionsTabPage( vcl::Window* pParent,
aLk = LINK(this, SwRedlineOptionsTabPage, ChangedMaskPrevHdl);
pMarkPosLB->SetSelectHdl( aLk );
pMarkColorLB->SetSelectHdl( aLk );
-/*
- //solution: set different accessible name of four color box
- pInsertColorLB->SetAccessibleName(OUString( aInsertFT.GetDisplayText()) + OUString(aInsertColorFT.GetDisplayText()));
- pDeletedColorLB->SetAccessibleName(OUString( aDeletedFT.GetDisplayText()) + OUString( aDeletedColorFT.GetDisplayText()));
- pChangedColorLB->SetAccessibleName(OUString( aChangedFT.GetDisplayText()) + OUString( aChangedColorFT.GetDisplayText()));
- pMarkColorLB->SetAccessibleName(OUString( aMarkPosFT.GetDisplayText()) + OUString( aMarkColorFT.GetDisplayText()));*/
}
SwRedlineOptionsTabPage::~SwRedlineOptionsTabPage()