summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg/tphf.cxx
diff options
context:
space:
mode:
authorMalte Timmermann [mt] <malte.timmermann@oracle.com>2011-01-20 16:34:26 +0100
committerMalte Timmermann [mt] <malte.timmermann@oracle.com>2011-01-20 16:34:26 +0100
commit38fe580341a3f1e379edada08db7e1aebab258f5 (patch)
tree9884242d32451d4c73c807019f77ad41f3f84095 /sc/source/ui/pagedlg/tphf.cxx
parent09b062f89ab5c86dd49d392e2c98e927c29704d6 (diff)
accfixes: added more accessibility information and fixed tab orders in multiple dialogs (sc module)
Diffstat (limited to 'sc/source/ui/pagedlg/tphf.cxx')
-rw-r--r--sc/source/ui/pagedlg/tphf.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx
index de647cf5f82a..294638ef9d6a 100644
--- a/sc/source/ui/pagedlg/tphf.cxx
+++ b/sc/source/ui/pagedlg/tphf.cxx
@@ -101,6 +101,8 @@ ScHFPage::ScHFPage( Window* pParent, USHORT nResId,
aBtnEdit.SetHelpId( HID_SC_HEADER_EDIT );
else
aBtnEdit.SetHelpId( HID_SC_FOOTER_EDIT );
+
+ aBtnEdit.SetAccessibleRelationMemberOf(&aFrm);
}
//------------------------------------------------------------------