diff options
author | Oliver Specht <os@openoffice.org> | 2002-05-28 12:34:59 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-05-28 12:34:59 +0000 |
commit | eb056b46a707fcec7c92cb2d081fb627298fa421 (patch) | |
tree | bb77618cc06b4a37e92fdc2f176ddfe4866191cd /svx/inc/helpid.hrc | |
parent | fbcfe2c1a67cb48ffede046280515581a6e105eb (diff) |
#98785# use of extended help id range
Diffstat (limited to 'svx/inc/helpid.hrc')
-rw-r--r-- | svx/inc/helpid.hrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/inc/helpid.hrc b/svx/inc/helpid.hrc index 89e0d02fa0e1..cb602fab4ee4 100644 --- a/svx/inc/helpid.hrc +++ b/svx/inc/helpid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: helpid.hrc,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: cl $ $Date: 2002-05-23 10:13:21 $ + * last change: $Author: os $ $Date: 2002-05-28 13:34:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -497,10 +497,10 @@ #define HID_OPTIONS_COLORCONFIG (HID_SVX_START + 429) #define HID_OPTIONS_COLORCONFIG_SAVE_SCHEME (HID_SVX_START + 430) #define HID_OPTIONS_ACCESSIBILITYCONFIG (HID_SVX_START + 431) -#define HID_OPTIONS_COLORCONFIG_COLORLIST_WIN (HID_SVX_START + 432) #define HID_FILL_ATTR_LISTBOX (HID_SVX_EXT0_START + 1) #define HID_FILL_TYPE_LISTBOX (HID_SVX_EXT0_START + 2) +#define HID_OPTIONS_COLORCONFIG_COLORLIST_WIN (HID_SVX_EXT0_START + 3) // ----------------------------------------------------------------------- // "Uberlaufpr"ufung ----------------------------------------------------- @@ -514,7 +514,7 @@ // overrun check 2 -#define ACT_SVX_HID_END2 HID_FILL_TYPE_LISTBOX +#define ACT_SVX_HID_END2 HID_OPTIONS_COLORCONFIG_COLORLIST_WIN #if ACT_SVX_HID2_END > HID_SVX_EXT0_END #error resource overrun in #line, #file |