summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/present.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-03-14 20:23:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-03-14 20:26:06 +0000
commit990d3c7ecab5c394abebf914dd7f148d6323780a (patch)
tree72d0e2b2dae7a8f718dca69ef8b7562d28675c2d /sd/source/ui/dlg/present.cxx
parent044bebafcc8f09018171ea1bdc62466ab5fb1dad (diff)
we can now move the a11y relationships into the .ui
Change-Id: I73109b04a86096f2025947a1f1f383ae69d355ed
Diffstat (limited to 'sd/source/ui/dlg/present.cxx')
-rw-r--r--sd/source/ui/dlg/present.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/dlg/present.cxx b/sd/source/ui/dlg/present.cxx
index bf3890792b9a..f9f2ec296724 100644
--- a/sd/source/ui/dlg/present.cxx
+++ b/sd/source/ui/dlg/present.cxx
@@ -90,12 +90,6 @@ SdStartPresentationDlg::SdStartPresentationDlg( Window* pWindow,
aTmfPause->SetModifyHdl( LINK( this, SdStartPresentationDlg, ChangePauseHdl ) );
aTmfPause->SetFormat( TIMEF_SEC );
- aLbDias->SetAccessibleRelationLabeledBy( aRbtAtDia );
- aLbDias->SetAccessibleName(aRbtAtDia->GetText());
- aLbCustomshow->SetAccessibleRelationLabeledBy( aRbtCustomshow );
- aTmfPause->SetAccessibleRelationLabeledBy( aRbtAuto );
- aTmfPause->SetAccessibleName(aRbtAuto->GetText());
-
// fill Listbox with page names
for (std::vector<String>::const_iterator pIter = rPageNames.begin(); pIter != rPageNames.end(); ++pIter)
aLbDias->InsertEntry(*pIter);