diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-05 12:35:57 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-05 14:43:01 +0200 |
commit | 29fb37b53a6d17840941b75c54ce370d97b36885 (patch) | |
tree | 258e467bd87cd761af244d4ab5cb92ae400d5820 /sfx2 | |
parent | 1e3ff7e4a932d0dc947e83f589e0a6654d865e6d (diff) |
I can't see how being an a11y relation member of yourself helps
Change-Id: I19246af07e2befc821f0e909bb67e16f8cf40e21
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index 9878a9f04095..f6c3e127f295 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -679,11 +679,6 @@ void SfxTabDialog::Init_Impl( sal_Bool bFmtFlag, const String* pUserButtonText, pExampleSet = new SfxItemSet( *pSet ); pOutSet = new SfxItemSet( *pSet->GetPool(), pSet->GetRanges() ); } - - m_pOKBtn->SetAccessibleRelationMemberOf( m_pOKBtn ); - m_pCancelBtn->SetAccessibleRelationMemberOf( m_pCancelBtn ); - m_pHelpBtn->SetAccessibleRelationMemberOf( m_pHelpBtn ); - m_pResetBtn->SetAccessibleRelationMemberOf( m_pResetBtn ); } // ----------------------------------------------------------------------- |