summaryrefslogtreecommitdiff
path: root/basctl/inc
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2002-05-02 12:41:52 +0000
committerThomas Benisch <tbe@openoffice.org>2002-05-02 12:41:52 +0000
commit85f240b7c761cfe4005a154ddde8ef57359449f2 (patch)
treea0983619ab922e42e899c9eb8bc65823bf6b9600 /basctl/inc
parentb3a238ac338aa5822ee50831297a71da5b7cfee1 (diff)
#98615# Testtool needs HelpIDs/UniqueIDs in Basic-IDE
Diffstat (limited to 'basctl/inc')
-rw-r--r--basctl/inc/helpid.hrc10
1 files changed, 8 insertions, 2 deletions
diff --git a/basctl/inc/helpid.hrc b/basctl/inc/helpid.hrc
index b689975dfad7..3a59c5ddd4a3 100644
--- a/basctl/inc/helpid.hrc
+++ b/basctl/inc/helpid.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: helpid.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2000-09-29 11:02:34 $
+ * last change: $Author: tbe $ $Date: 2002-05-02 13:40:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,6 +101,12 @@
#define HID_BASICIDE_MODULWINDOW (HID_BASICIDE_START + 25)
#define HID_BASICIDE_DIALOGWINDOW (HID_BASICIDE_START + 26)
+#define HID_BASICIDE_EDITORWINDOW (HID_BASICIDE_START + 27)
+#define HID_BASICIDE_BREAKPOINTWINDOW (HID_BASICIDE_START + 28)
+#define HID_BASICIDE_WATCHWINDOW (HID_BASICIDE_START + 29)
+#define HID_BASICIDE_STACKWINDOW (HID_BASICIDE_START + 30)
+#define HID_BASICIDE_TABBAR (HID_BASICIDE_START + 31)
+
#endif