summaryrefslogtreecommitdiff
path: root/automation/source/inc/rcontrol.hxx
diff options
context:
space:
mode:
authorGregor Hartmann <gh <Gregor Hartmann<gh@openoffice.org>2010-08-27 14:05:36 +0200
committerGregor Hartmann <gh <Gregor Hartmann<gh@openoffice.org>2010-08-27 14:05:36 +0200
commite6010b5e704d62471fada5ea63c5d240507e8a3a (patch)
tree4804546455e73529592cc038149c5411de0f3f3e /automation/source/inc/rcontrol.hxx
parent5ac0207cea354c8fff76c783bc90faa471868718 (diff)
testtool: fix libsts to work with old testtool
Diffstat (limited to 'automation/source/inc/rcontrol.hxx')
-rw-r--r--automation/source/inc/rcontrol.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/automation/source/inc/rcontrol.hxx b/automation/source/inc/rcontrol.hxx
index 7313603096b4..cf13fdadd469 100644
--- a/automation/source/inc/rcontrol.hxx
+++ b/automation/source/inc/rcontrol.hxx
@@ -37,13 +37,13 @@
#define _RCONTROL_HXX
-#define UID_ACTIVE 0
+#define UID_ACTIVE "UID_ACTIVE"
#define SI_IPCCommandBlock 1
#define SI_SocketCommandBlock SI_IPCCommandBlock // Zumindest erstmal
#define SI_DirectCommandBlock 2
-#define SIControl 3
+#define SIControl 3 // remove after numeric HelpIDs are completely removed and no legacy testtool is used anymore
#define SISlot 4
#define SIFlow 5
#define SICommand 6