diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 14:14:43 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 14:14:43 +0000 |
commit | 4773e0f73003c5dbfe7856edf2dee9ac202550ca (patch) | |
tree | b04015270ff163c2fa6c09ffb54c6e3133d90138 | |
parent | e339e6738d9c5537d1f7d13eb4c8ff4cda6d20f2 (diff) |
INTEGRATION: CWS chart2mst3 (1.67.6); FILE MERGED
2007/02/07 18:18:25 iha 1.67.6.4: RESYNC: (1.69-1.71); FILE MERGED
2006/11/25 10:09:32 bm 1.67.6.3: RESYNC: (1.68-1.69); FILE MERGED
2006/11/24 19:44:23 bm 1.67.6.2: RESYNC: (1.67-1.68); FILE MERGED
2006/10/26 16:37:37 pb 1.67.6.1: fix: #i70903# HID_OPTIONS_MULTIPATH_LIST added
-rw-r--r-- | svx/inc/helpid.hrc | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/svx/inc/helpid.hrc b/svx/inc/helpid.hrc index 7183a2cf2d5a..a8aa0de373aa 100644 --- a/svx/inc/helpid.hrc +++ b/svx/inc/helpid.hrc @@ -4,9 +4,9 @@ * * $RCSfile: helpid.hrc,v $ * - * $Revision: 1.71 $ + * $Revision: 1.72 $ * - * last change: $Author: rt $ $Date: 2007-01-29 14:54:08 $ + * last change: $Author: vg $ $Date: 2007-05-22 15:14:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -791,18 +791,15 @@ // please adjust ACT_SVX_HID_END2 below if you add entries here! // ----------------------------------------------------------------------- -// "Uberlaufpr"ufung ----------------------------------------------------- +// Overrun check --------------------------------------------------------- // ----------------------------------------------------------------------- #define ACT_SVX_HID_END HID_OPTIONS_ACCESSIBILITYCONFIG - #if ACT_SVX_HID_END > HID_SVX_END #error Resource-Ueberlauf in #line, #file #endif -// overrun check 2 -#define ACT_SVX_HID_END2 HID_OPTIONS_MULTIPATH_LIST - +#define ACT_SVX_HID_END2 HID_OPTIONS_MULTIPATH_LIST #if ACT_SVX_HID_END2 > HID_SVX_EXT0_END #error resource overrun in #line, #file #endif |