diff options
author | Thomas Benisch <tbe@openoffice.org> | 2002-05-02 12:41:52 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2002-05-02 12:41:52 +0000 |
commit | 85f240b7c761cfe4005a154ddde8ef57359449f2 (patch) | |
tree | a0983619ab922e42e899c9eb8bc65823bf6b9600 /basctl/util | |
parent | b3a238ac338aa5822ee50831297a71da5b7cfee1 (diff) |
#98615# Testtool needs HelpIDs/UniqueIDs in Basic-IDE
Diffstat (limited to 'basctl/util')
-rw-r--r-- | basctl/util/hidother.src | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/basctl/util/hidother.src b/basctl/util/hidother.src index 50bdddac1c12..346404b0a0f9 100644 --- a/basctl/util/hidother.src +++ b/basctl/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mh $ $Date: 2000-09-29 11:02:41 $ + * last change: $Author: tbe $ $Date: 2002-05-02 13:41:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,4 +68,8 @@ hidspecial HID_BASICIDE_OBJCAT_PROPS { HelpID = HID_BASICIDE_OBJCAT_PROPS hidspecial HID_BASICIDE_OBJCAT_HELP { HelpID = HID_BASICIDE_OBJCAT_HELP; }; hidspecial HID_BASICIDE_MODULWINDOW { HelpID = HID_BASICIDE_MODULWINDOW; }; hidspecial HID_BASICIDE_DIALOGWINDOW { HelpID = HID_BASICIDE_DIALOGWINDOW; }; - +hidspecial HID_BASICIDE_EDITORWINDOW { HelpID = HID_BASICIDE_EDITORWINDOW; }; +hidspecial HID_BASICIDE_BREAKPOINTWINDOW { HelpID = HID_BASICIDE_BREAKPOINTWINDOW; }; +hidspecial HID_BASICIDE_WATCHWINDOW { HelpID = HID_BASICIDE_WATCHWINDOW; }; +hidspecial HID_BASICIDE_STACKWINDOW { HelpID = HID_BASICIDE_STACKWINDOW; }; +hidspecial HID_BASICIDE_TABBAR { HelpID = HID_BASICIDE_TABBAR; }; |