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/unomap.hxx | |
parent | 42c3881914531e6d81d6fb05bdc7b308db98146c (diff) |
accfixes: added more accessibility information and fixed tab orders in multiple dialogs (sw module)
Diffstat (limited to 'sw/inc/unomap.hxx')
-rw-r--r-- | sw/inc/unomap.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx index abeedbd8a0de..6f085bf0d26a 100644 --- a/sw/inc/unomap.hxx +++ b/sw/inc/unomap.hxx @@ -129,8 +129,10 @@ #define PROPERTY_MAP_PARA_AUTO_STYLE 96 #define PROPERTY_MAP_FLDTYP_DOCINFO_CUSTOM 97 #define PROPERTY_MAP_METAFIELD 98 - -#define PROPERTY_MAP_END 99 +//IAccessibility2 Implementation 2009----- +#define PROPERTY_MAP_ACCESSIBILITY_TEXT_ATTRIBUTE 99 +//-----IAccessibility2 Implementation 2009 +#define PROPERTY_MAP_END 100 //S&E #define WID_WORDS 0 |