diff options
author | Michael Brauer <mib@openoffice.org> | 2002-02-14 09:34:12 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2002-02-14 09:34:12 +0000 |
commit | 1beab45247f26f0742536ddf8ceb5aac84c7378b (patch) | |
tree | c286d4cdacc8c61e1439c77a8157efebd98e4b03 /sw/inc/rcid.hrc | |
parent | 63b19a5c7d8949d5601e547ab599b2247dfb81a0 (diff) |
#95586#: Accessible Layout
Diffstat (limited to 'sw/inc/rcid.hrc')
-rw-r--r-- | sw/inc/rcid.hrc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc index 7ad043c1194f..59dafa394ebb 100644 --- a/sw/inc/rcid.hrc +++ b/sw/inc/rcid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: rcid.hrc,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mtg $ $Date: 2001-07-19 16:17:25 $ + * last change: $Author: mib $ $Date: 2002-02-14 10:32:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,6 +106,7 @@ #define RC_SHELLS (RC_BASE + 3250) #define RC_CFGITEMS (RC_BASE + 3350) #define RC_LINGU (RC_BASE + 3450) +#define RC_ACCESS (RC_BASE + 3550) /*-------------------------------------------------------------------- Beschreibung: Bereiche ausspannen @@ -276,5 +277,8 @@ #define RC_LINGU_BEGIN RC_LINGU #define RC_LINGU_END (RC_LINGU + 99) +// Accessibility +#define RC_ACCESS_BEGIN RC_ACCESS +#define RC_ACCESS_END (RC_ACCESS + 99) #endif |