diff options
author | Steve Yin <steve_y@apache.org> | 2013-11-14 08:18:05 +0000 |
---|---|---|
committer | Steve Yin <steve_y@apache.org> | 2013-11-14 08:18:05 +0000 |
commit | a5c4ddcf8ed5344d9bceeffd7431cd6895a407ca (patch) | |
tree | 7e830be2c7fae1c81a868f196aa940696efeeb37 /sd/inc/glob.hxx | |
parent | a2afc19e04f8bb3089cbfef34960ad8f0a3b99bf (diff) |
Integrate branch of IAccessible2
Notes
Notes:
merged as: c2405f80af8b61fa9b9088420afdb79584adf7c0
Diffstat (limited to 'sd/inc/glob.hxx')
-rw-r--r-- | sd/inc/glob.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/inc/glob.hxx b/sd/inc/glob.hxx index ba6ba2caedf5..57d29eeb599b 100644 --- a/sd/inc/glob.hxx +++ b/sd/inc/glob.hxx @@ -38,6 +38,9 @@ #define SD_IF_SDDRAWDOCSHELL SFX_INTERFACE_SD_START + 1 #define SD_IF_SDVIEWSHELL SFX_INTERFACE_SD_START + 2 #define SD_IF_SDDRAWVIEWSHELL SFX_INTERFACE_SD_START + 3 +//IAccessibility2 Implementation 2009----- +#define SD_IF_SDSLIDEVIEWSHELL SFX_INTERFACE_SD_START + 4 +//-----IAccessibility2 Implementation 2009 #define SD_IF_SDOUTLINEVIEWSHELL SFX_INTERFACE_SD_START + 5 #define SD_IF_SDDRAWSTDOBJECTBAR SFX_INTERFACE_SD_START + 6 #define SD_IF_SDDRAWTEXTOBJECTBAR SFX_INTERFACE_SD_START + 7 |