diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2016-06-07 10:52:25 +0300 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-06-10 13:54:37 +0000 |
commit | 67868423378130c0e88eed99a6921e81fe94352c (patch) | |
tree | 0d509b491acfc76454586ec6d40f626fe96479c2 /svx/source/dialog | |
parent | 8132d7f9d71d9f6418855d2d6241dae804beeb8b (diff) |
Move accessibility relations to .ui files, Part 8: tdf#87026
By removing unnecessary variables/strings/function calls,
and making proper changes in the related .ui files.
Change-Id: I04244b360b4bb32ccbbe5bde4756a9166ae1fcaf
Reviewed-on: https://gerrit.libreoffice.org/26018
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/ctredlin.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index 7003011bad7a..d7538b1a3a67 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -551,9 +551,6 @@ SvxTPFilter::SvxTPFilter( vcl::Window * pParent) get(m_pCbComment, "comment"); get(m_pEdComment, "commentedit"); - m_pLbAuthor->SetAccessibleName(m_pCbAuthor->GetText()); - m_pEdComment->SetAccessibleName(m_pCbComment->GetText()); - m_pDfDate->SetShowDateCentury( true ); m_pDfDate2->SetShowDateCentury( true ); |