summaryrefslogtreecommitdiff
path: root/svx/AllLangResTarget_svx.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-03-04 11:21:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-03-04 11:24:00 +0000
commitbf48090e0a81c6490ee938eabaef4e791df85229 (patch)
treeaba8974165f5b6927beddc1f3de877d2cd2636c8 /svx/AllLangResTarget_svx.mk
parent2cc80091f7da7ff874f2de9f0c738721fa041b76 (diff)
discard explicit SetAccessibleRelationMemberOf when members of a true VclFrame
I think the old use of "SetAccessibleRelationMemberOf" is a kind of workaround to show that those widgets are logically all children of a pseudo-frame in the a11y view. Now that they are truly children of a real frame I think we don't need them anymore. If it turns out that being implicit children of a frame isn't sufficient for a11y, then hopefully we don't need to manually insert them everywhere but instead make one centralized change down in vcl to automatically present children of frame as "AccessibleRelationMemberOf"s. RID_SVXQBX_DELETE_HEADFOOT: This one is still in use, so I added it back Change-Id: I00df4bd376ba21b7cdc2af87763f7c9ae015b70a
Diffstat (limited to 'svx/AllLangResTarget_svx.mk')
-rw-r--r--svx/AllLangResTarget_svx.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/AllLangResTarget_svx.mk b/svx/AllLangResTarget_svx.mk
index 6591df1dc243..ca50785202c0 100644
--- a/svx/AllLangResTarget_svx.mk
+++ b/svx/AllLangResTarget_svx.mk
@@ -55,6 +55,7 @@ $(eval $(call gb_SrsTarget_add_files,svx/res,\
svx/source/dialog/docrecovery.src \
svx/source/dialog/fontwork.src \
svx/source/dialog/frmsel.src \
+ svx/source/dialog/hdft.src \
svx/source/dialog/imapdlg.src \
svx/source/dialog/langbox.src \
svx/source/dialog/language.src \