diff options
author | Christian Lippka <cl@openoffice.org> | 2001-02-13 15:08:50 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-02-13 15:08:50 +0000 |
commit | 4d497689bd412617c6cfe520cd64090d1e3eba3b (patch) | |
tree | 568c13963034485c6c26ed38603107a2e5c93a2b /svx/inc | |
parent | a1721ddaf198b83d439171e5182271cbe79fc357 (diff) |
#71725# added hid for color ctrl
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/helpid.hrc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/svx/inc/helpid.hrc b/svx/inc/helpid.hrc index 41e783c80f47..68adef855c9d 100644 --- a/svx/inc/helpid.hrc +++ b/svx/inc/helpid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: helpid.hrc,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: os $ $Date: 2001-02-08 16:34:47 $ + * last change: $Author: cl $ $Date: 2001-02-13 16:08:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -483,11 +483,14 @@ #define HID_OPTIONS_ASIAN_LAYOUT (HID_SVX_START + 395) #define HID_SVXTBX_FORM (HID_SVX_START + 396) + +#define HID_POPUP_COLOR_CTRL (HID_SVX_START + 397) + // ----------------------------------------------------------------------- // "Uberlaufpr"ufung ----------------------------------------------------- // ----------------------------------------------------------------------- -#define ACT_SVX_HID_END HID_SVXTBX_FORM +#define ACT_SVX_HID_END HID_POPUP_COLOR_CTRL #if ACT_SVX_HID_END > HID_SVX_END #error Resource-Ueberlauf in #line, #file |