diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-27 08:28:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-27 12:55:43 +0000 |
commit | 6b642358640fcb060d14105991f83172e06723a4 (patch) | |
tree | cea47a8c297214dc2ae757d38e4ab08e4875725d /sw/source/ui/frmdlg/column.cxx | |
parent | afbd5787b5412f5ed8f862a9cae9dee5fd346f3f (diff) |
move SetAccessibleRelationLabeledBy relations into .ui and out of code
Change-Id: Ieb43e08519b72d4baebd5d004e4c9fd60daa40d4
Diffstat (limited to 'sw/source/ui/frmdlg/column.cxx')
-rw-r--r-- | sw/source/ui/frmdlg/column.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sw/source/ui/frmdlg/column.cxx b/sw/source/ui/frmdlg/column.cxx index 7c6823e76b77..3349deb8b83e 100644 --- a/sw/source/ui/frmdlg/column.cxx +++ b/sw/source/ui/frmdlg/column.cxx @@ -453,20 +453,6 @@ SwColumnPage::SwColumnPage(Window *pParent, const SfxItemSet &rSet) VclFrame *pSpacing = get<VclFrame>("spacing"); m_pBtnNext->SetAccessibleRelationMemberOf(pSpacing->get_label_widget()); - Window *pWidth = get<Window>("widthft"); - pEd1->SetAccessibleRelationLabeledBy(pWidth); - pEd2->SetAccessibleRelationLabeledBy(pWidth); - pEd3->SetAccessibleRelationLabeledBy(pWidth); - - Window *pDist = get<Window>("distft"); - pDistEd1->SetAccessibleRelationLabeledBy(pDist); - pDistEd2->SetAccessibleRelationLabeledBy(pDist); - - Window *pColumn = get<Window>("columnft"); - m_pBtnBack->SetAccessibleRelationLabeledBy(pColumn); - m_pBtnNext->SetAccessibleRelationLabeledBy(pColumn); - - m_pDefaultVS->SetHelpId(HID_COLUMN_VALUESET); m_pDefaultVS->SetColCount( 5 ); for (int i = 0; i < 5; ++i) |