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/access.hrc | |
parent | 42c3881914531e6d81d6fb05bdc7b308db98146c (diff) |
accfixes: added more accessibility information and fixed tab orders in multiple dialogs (sw module)
Diffstat (limited to 'sw/inc/access.hrc')
-rw-r--r-- | sw/inc/access.hrc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sw/inc/access.hrc b/sw/inc/access.hrc index b6c6bb30086e..94fdfc254e7b 100644 --- a/sw/inc/access.hrc +++ b/sw/inc/access.hrc @@ -52,7 +52,15 @@ #define STR_ACCESS_ANNOTATION_BUTTON_NAME (RC_ACCESS_BEGIN + 20) #define STR_ACCESS_ANNOTATION_BUTTON_DESC (RC_ACCESS_BEGIN + 21) -#define ACCESS_ACT_END STR_ACCESS_ANNOTATION_BUTTON_DESC +//IAccessibility2 Implementation 2009----- +#define STR_ACCESS_PREVIEW_DOC_NAME (RC_ACCESS_BEGIN + 22) +//#define STR_ACCESS_PREVIEW_DOC_DESC (RC_ACCESS_BEGIN + 23) +#define STR_ACCESS_PREVIEW_DOC_SUFFIX (RC_ACCESS_BEGIN + 24) +#define STR_ACCESS_DOC_WORDPROCESSING (RC_ACCESS_BEGIN + 25) +#define STR_ACCESS_DOC_WORDPROCESSING_READONLY (RC_ACCESS_BEGIN + 26) +//-----IAccessibility2 Implementation 2009 + +#define ACCESS_ACT_END STR_ACCESS_DOC_WORDPROCESSING_READONLY #if ACCESS_ACT_END > RC_ACCESS_END #error Resource-Id Ueberlauf in #file, #line |