summaryrefslogtreecommitdiff
path: root/automation/source/inc
diff options
context:
space:
mode:
authorGregor Hartmann <gh@openoffice.org>2002-12-02 09:22:07 +0000
committerGregor Hartmann <gh@openoffice.org>2002-12-02 09:22:07 +0000
commit3bba88bcde99867353bf544f38026791791c6321 (patch)
tree0d13dc6a689695fb5bd3f83342130482ae670966 /automation/source/inc
parent6a312283640ed48f6ac5e0d98a0fe32510b1f3c0 (diff)
#105538# new Window Type for the TreeListBox
Diffstat (limited to 'automation/source/inc')
-rw-r--r--automation/source/inc/rcontrol.hxx21
1 files changed, 11 insertions, 10 deletions
diff --git a/automation/source/inc/rcontrol.hxx b/automation/source/inc/rcontrol.hxx
index c74e5ff6100b..7fc54864b3f2 100644
--- a/automation/source/inc/rcontrol.hxx
+++ b/automation/source/inc/rcontrol.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rcontrol.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2002-11-18 11:12:07 $
+ * last change: $Author: gh $ $Date: 2002-12-02 10:22:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,18 +158,19 @@
#define C_PatternBox 60
#define C_ToolBox 61
#define C_ValueSet 62
-#define C_Control 63 // Für das schmutzige Rummachen auf Treelist Boxen ...
+#define C_Control 63
+#define C_TreeListBox 64 // Hurray the TreeListBox finally got its own Window Type
-#define C_OkButton 64
-#define C_CancelButton 65
-#define C_ButtonDialog 66
+#define C_OkButton 65
+#define C_CancelButton 66
+#define C_ButtonDialog 67
// Some new Elements for Mozilla
-#define C_Anchor 67
-#define C_FormElement 68
-#define C_DOMText 69
-#define C_Image 70
+#define C_Anchor 68
+#define C_FormElement 69
+#define C_DOMText 70
+#define C_Image 71