diff options
Diffstat (limited to 'sd/source/ui/inc/navigatr.hrc')
-rwxr-xr-x[-rw-r--r--] | sd/source/ui/inc/navigatr.hrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sd/source/ui/inc/navigatr.hrc b/sd/source/ui/inc/navigatr.hrc index 617ab22b3..b1e81ae90 100644..100755 --- a/sd/source/ui/inc/navigatr.hrc +++ b/sd/source/ui/inc/navigatr.hrc @@ -25,6 +25,9 @@ * ************************************************************************/ #define FLT_NAVIGATOR 575 +//IAccessibility2 Implementation 2009----- +#define STR_OBJECTS_TREE (FLT_NAVIGATOR+1) +//-----IAccessibility2 Implementation 2009 #define TLB_OBJECTS 1 #define TBI_PEN 2 #define TBI_FIRST 3 @@ -40,3 +43,7 @@ #define LB_DOCS 1 #define IL_NAVIGATR 333 +//IAccessibility2 Implementation 2009----- +#define STR_DRAGMODE 1 +//-----IAccessibility2 Implementation 2009 + |