diff options
author | Malte Timmermann [mt] <malte.timmermann@oracle.com> | 2011-01-21 15:13:49 +0100 |
---|---|---|
committer | Malte Timmermann [mt] <malte.timmermann@oracle.com> | 2011-01-21 15:13:49 +0100 |
commit | 6ec0a79f441826a97537c13b2c161b6de6aa617d (patch) | |
tree | a7b9227f940a60b615319780cde4302d1712fcc7 /sw/inc/poolfmt.hrc | |
parent | 42c3881914531e6d81d6fb05bdc7b308db98146c (diff) |
accfixes: added more accessibility information and fixed tab orders in multiple dialogs (sw module)
Diffstat (limited to 'sw/inc/poolfmt.hrc')
-rw-r--r-- | sw/inc/poolfmt.hrc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sw/inc/poolfmt.hrc b/sw/inc/poolfmt.hrc index f191f0fac78c..e68de680c243 100644 --- a/sw/inc/poolfmt.hrc +++ b/sw/inc/poolfmt.hrc @@ -268,7 +268,14 @@ #define STR_POOLNUMRULE_BUL3 (RC_POOLNUMRULE_BEGIN+ 7) #define STR_POOLNUMRULE_BUL4 (RC_POOLNUMRULE_BEGIN+ 8) #define STR_POOLNUMRULE_BUL5 (RC_POOLNUMRULE_BEGIN+ 9) - +//IAccessibility2 Impplementaton 2009----- +//Solution:Define column item's accessible name ID. +#define STR_COLUMN_VALUESET_ITEM0 (RC_POOLNUMRULE_BEGIN + 10 ) +#define STR_COLUMN_VALUESET_ITEM1 (RC_POOLNUMRULE_BEGIN + 11 ) +#define STR_COLUMN_VALUESET_ITEM2 (RC_POOLNUMRULE_BEGIN + 12 ) +#define STR_COLUMN_VALUESET_ITEM3 (RC_POOLNUMRULE_BEGIN + 13 ) +#define STR_COLUMN_VALUESET_ITEM4 (RC_POOLNUMRULE_BEGIN + 14 ) +//-----IAccessibility2 Impplementaton 2009 //----------------- // Paragraph styles //----------------- |