diff options
author | Carsten Driesner <cd@openoffice.org> | 2002-02-22 07:09:54 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2002-02-22 07:09:54 +0000 |
commit | ab131e70ddf250e0d25dc64f74fbbc0d214b4c87 (patch) | |
tree | eed79f4b7402a91f5cd2c6db8f75f93a2c1d5916 /sfx2/source/inc | |
parent | 840e63d76f3781459eb9282e1fa8f53b281125b8 (diff) |
#96958# Make customize toolbox dialog accessible
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/helpid.hrc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sfx2/source/inc/helpid.hrc b/sfx2/source/inc/helpid.hrc index 043346a6183c..712167987179 100644 --- a/sfx2/source/inc/helpid.hrc +++ b/sfx2/source/inc/helpid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: helpid.hrc,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: pb $ $Date: 2001-10-29 07:08:39 $ + * last change: $Author: cd $ $Date: 2002-02-22 08:08:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -366,6 +366,11 @@ #define HID_CLOSE_WARNING (HID_SFX_START + 299) #define HID_DID_SAVE_PACKED_XML (HID_SFX_START + 300) #define HID_HELP_TREELISTBOX_CONTENTS (HID_SFX_START + 301) +#define HID_CUSTOMIZETOOLBOX (HID_SFX_START + 302) +#define HID_CUSTOMIZETOOLBOX_FUNCTIONS (HID_SFX_START + 303) +#define HID_CUSTOMIZETOOLBOX_TOOLBOX (HID_SFX_START + 304) + + #define ACT_SFX_HID_END HID_HELP_TREELISTBOX_CONTENTS |