diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2016-06-06 08:55:36 +0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-07 08:28:00 +0000 |
commit | 837c1e2e9cc6886e74e4f32d6296d07daf23a2e1 (patch) | |
tree | c9b0cb75379e2d70a5c1f5a159a5fda260b806f6 /svx/source | |
parent | 8f6ce60fdb9a8a583f3a925ef345265cee299b89 (diff) |
Move accessibility relations to .ui files, Part 7: tdf#87026
By removing unnecessary variables/strings/funciton calls,
and making proper changes in the related .ui files.
Change-Id: I059bf02bc6ea29bf1b92d21f5a10a76548ecd1fc
Reviewed-on: https://gerrit.libreoffice.org/25973
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/rubydialog.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx index b3e48e268d95..076e447553ad 100644 --- a/svx/source/dialog/rubydialog.cxx +++ b/svx/source/dialog/rubydialog.cxx @@ -260,14 +260,6 @@ SvxRubyDialog::SvxRubyDialog(SfxBindings* pBind, SfxChildWindow* pCW, vcl::Windo } UpdateColors(); - - OUString leftLabelName = m_pLeftFT->GetText(), rightLabelName = m_pRightFT->GetText(); - m_pLeft2ED->SetAccessibleName(leftLabelName); - m_pLeft3ED->SetAccessibleName(leftLabelName); - m_pLeft4ED->SetAccessibleName(leftLabelName); - m_pRight2ED->SetAccessibleName(rightLabelName); - m_pRight3ED->SetAccessibleName(rightLabelName); - m_pRight4ED->SetAccessibleName(rightLabelName); } SvxRubyDialog::~SvxRubyDialog() |