summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
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 /sc/source/ui/dbgui
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 'sc/source/ui/dbgui')
-rw-r--r--sc/source/ui/dbgui/sfiltdlg.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/dbgui/sfiltdlg.cxx b/sc/source/ui/dbgui/sfiltdlg.cxx
index c78040f1c7b5..d0ff5540cd5c 100644
--- a/sc/source/ui/dbgui/sfiltdlg.cxx
+++ b/sc/source/ui/dbgui/sfiltdlg.cxx
@@ -82,10 +82,6 @@ ScSpecialFilterDlg::ScSpecialFilterDlg( SfxBindings* pB, SfxChildWindow* pCW, vc
Init( rArgSet );
pEdFilterArea->GrabFocus();
-
-
- pLbCopyArea->SetAccessibleName(pBtnCopyResult->GetText());
- pEdCopyArea->SetAccessibleName(pBtnCopyResult->GetText());
}
ScSpecialFilterDlg::~ScSpecialFilterDlg()