diff options
author | Kai Ahrens <ka@openoffice.org> | 2001-04-02 13:53:23 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2001-04-02 13:53:23 +0000 |
commit | 8a0d5274bb00fd8912d91129a09f3a1b6fcf7f65 (patch) | |
tree | 9b5abc273d5e6add674031239d61831947190bf7 /svx/inc | |
parent | a31e9a8c4525032bbbb5894577a7a81158c554ab (diff) |
#85360#: added missing help id's (HID_GALLERY_MN_*CLIPBOARD)
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/helpid.hrc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/inc/helpid.hrc b/svx/inc/helpid.hrc index 03ef1c6442a4..655abe74523d 100644 --- a/svx/inc/helpid.hrc +++ b/svx/inc/helpid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: helpid.hrc,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: ma $ $Date: 2001-03-23 08:11:39 $ + * last change: $Author: ka $ $Date: 2001-04-02 14:51:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -482,11 +482,15 @@ #define HID_SVXPAGE_JSEARCH_OPTIONS (HID_SVX_START + 400) +#define HID_GALLERY_MN_COPYCLIPBOARD (HID_SVX_START + 402) +#define HID_GALLERY_MN_PASTECLIPBOARD (HID_SVX_START + 403) + + // ----------------------------------------------------------------------- // "Uberlaufpr"ufung ----------------------------------------------------- // ----------------------------------------------------------------------- -#define ACT_SVX_HID_END HID_RUBY_DIALOG +#define ACT_SVX_HID_END HID_GALLERY_MN_PASTECLIPBOARD #if ACT_SVX_HID_END > HID_SVX_END #error Resource-Ueberlauf in #line, #file |