From 1beab45247f26f0742536ddf8ceb5aac84c7378b Mon Sep 17 00:00:00 2001 From: Michael Brauer Date: Thu, 14 Feb 2002 09:34:12 +0000 Subject: #95586#: Accessible Layout --- sw/inc/rcid.hrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sw/inc/rcid.hrc') 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 -- cgit