summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorGregor Hartmann <gh <Gregor Hartmann<gh@openoffice.org>2010-04-09 14:11:22 +0200
committerGregor Hartmann <gh <Gregor Hartmann<gh@openoffice.org>2010-04-09 14:11:22 +0200
commit91959a7278da32ef9e44abb2b9b2fd35eb3a6195 (patch)
tree5ca4031ddecbdbcaa70e44678ac2f45768ee4c9c /automation
parent536fef4b613ed07e96145fffcf61dc4d7d426496 (diff)
new define CONST_CTTableControl
Diffstat (limited to 'automation')
-rw-r--r--automation/source/inc/rcontrol.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/automation/source/inc/rcontrol.hxx b/automation/source/inc/rcontrol.hxx
index 829dd320beb6..7313603096b4 100644
--- a/automation/source/inc/rcontrol.hxx
+++ b/automation/source/inc/rcontrol.hxx
@@ -305,7 +305,7 @@
#define RC_Profile ( M_SOFFICE | M_MOZILLA | 9 )
// (Popup)Menu
#define RC_MenuSelect ( M_SOFFICE | M_MOZILLA | 10 )
-#define RC_SetControlType ( M_SOFFICE | 11 )
+#define RC_SetControlType ( M_SOFFICE | 11 ) // deprecated since RTTI
// RemoteFileAccess
#define RC_Kill ( M_SOFFICE | 12 )
#define RC_RmDir ( M_SOFFICE | 13 )
@@ -429,14 +429,14 @@
-// Konstanten die im Basic zur Verfgung stehen sollen
+// Constants which are available in VCLTestTool scripts
-// Verschiedene Typen von Controls fr den Befehl SetControlType
-// !!!!!!!!!!! Mssen alle bei SetControlType eingetragen werden !!!!!!!!!!!!
+// Different types of controls recognized via RTTI
#define CONST_CTBrowseBox 100
#define CONST_CTValueSet 103
#define CONST_CTORoadmap 104
#define CONST_CTIExtensionListBox 105
+#define CONST_CTTableControl 106
#define CONST_CTUnknown 199
// Konstanten fr das ALignment des gesuchten Splitters