diff options
author | Oliver Specht <os@openoffice.org> | 2001-01-25 09:22:56 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-01-25 09:22:56 +0000 |
commit | 42725f21a3500095eddb9788ae25ec583c36b2d4 (patch) | |
tree | 2de48788fc3b6ef6e4620571522d1cb472d40efb /svx | |
parent | dc279775f1a494e299cee207a0a2778f5df7e411 (diff) |
#81831# HelpId added
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/helpid.hrc | 8 | ||||
-rw-r--r-- | svx/source/form/tbxform.src | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/svx/inc/helpid.hrc b/svx/inc/helpid.hrc index 2e10b4a204bd..e56338d98e6f 100644 --- a/svx/inc/helpid.hrc +++ b/svx/inc/helpid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: helpid.hrc,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: os $ $Date: 2001-01-09 14:20:32 $ + * last change: $Author: os $ $Date: 2001-01-25 10:22:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -483,12 +483,12 @@ #define HID_SVX_DLG_LABELCONTROL (HID_SVX_START + 394) #define HID_OPTIONS_ASIAN_LAYOUT (HID_SVX_START + 395) - +#define HID_SVXTBX_FORM (HID_SVX_START + 396) // ----------------------------------------------------------------------- // "Uberlaufpr"ufung ----------------------------------------------------- // ----------------------------------------------------------------------- -#define ACT_SVX_HID_END HID_OPTIONS_ASIAN_LAYOUT +#define ACT_SVX_HID_END HID_SVXTBX_FORM #if ACT_SVX_HID_END > HID_SVX_END #error Resource-Ueberlauf in #line, #file diff --git a/svx/source/form/tbxform.src b/svx/source/form/tbxform.src index 46189d74b058..321b51cc514b 100644 --- a/svx/source/form/tbxform.src +++ b/svx/source/form/tbxform.src @@ -2,9 +2,9 @@ * * $RCSfile: tbxform.src,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: fs $ $Date: 2000-11-02 17:06:48 $ + * last change: $Author: os $ $Date: 2001-01-25 10:22:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,6 +60,7 @@ ************************************************************************/ #include "svxids.hrc" #include "fmresids.hrc" +#include "helpid.hrc" #define IMAGE_STDBTN_COLOR Color { Red = 0xC000; Green = 0xC000; Blue = 0xC000; } @@ -334,6 +335,7 @@ FloatingWindow RID_SVXTBX_FORM Closeable = TRUE ; Hide = TRUE ; SVLook = TRUE ; + HelpId = HID_SVXTBX_FORM; Text = "Formularfunktionen" ; Text [ English ] = "Form functions" ; ToolBox TBX_FORM |