summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-06-20 15:36:23 +0300
committerCaolán McNamara <caolanm@redhat.com>2016-06-27 20:24:28 +0000
commit0ea96b1a2f5cf523af451b41915bbafd81a95a2c (patch)
tree59236a77c50d41ff6499456269581a9e82801008 /sw/source/ui
parent2d6a88135ef107e5927c7a6cd2542ad1bc8bbe09 (diff)
Move accessibility relations to .ui files, Part 11: tdf#87026
By removing unnecessary variables/strings/function calls, and making proper changes in the related .ui files. As of this commit, all accessible relations of type "SetAccessibleName" have been moved to .ui files other than a few exceptions. Change-Id: I5972211f58de70889066dec3c74341b405f82c85 Reviewed-on: https://gerrit.libreoffice.org/26520 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/table/tabledlg.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/table/tabledlg.cxx b/sw/source/ui/table/tabledlg.cxx
index c5fe6f82cd23..c3cdf8d985ed 100644
--- a/sw/source/ui/table/tabledlg.cxx
+++ b/sw/source/ui/table/tabledlg.cxx
@@ -892,11 +892,6 @@ IMPL_LINK_TYPED( SwTableColumnPage, AutoClickHdl, Button*, pControl, void )
OUString sIndex = OUString::number( aValueTable[i] + 1 );
sEntry += sIndex;
m_pTextArr[i]->SetText( sEntry );
-
- //added by menghu for SODC_5143,12/12/2006
- OUString sColumnWidth = SW_RESSTR( STR_ACCESS_COLUMN_WIDTH);
- sColumnWidth = sColumnWidth.replaceFirst( "%1", sIndex );
- m_aFieldArr[i].SetAccessibleName( sColumnWidth );
}
m_pDownBtn->Enable(aValueTable[0] > 0);