Kaydet (Commit) 29fb37b5 authored tarafından Caolán McNamara's avatar Caolán McNamara

I can't see how being an a11y relation member of yourself helps

Change-Id: I19246af07e2befc821f0e909bb67e16f8cf40e21
üst 1e3ff7e4
...@@ -679,11 +679,6 @@ void SfxTabDialog::Init_Impl( sal_Bool bFmtFlag, const String* pUserButtonText, ...@@ -679,11 +679,6 @@ void SfxTabDialog::Init_Impl( sal_Bool bFmtFlag, const String* pUserButtonText,
pExampleSet = new SfxItemSet( *pSet ); pExampleSet = new SfxItemSet( *pSet );
pOutSet = new SfxItemSet( *pSet->GetPool(), pSet->GetRanges() ); 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 );
} }
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment