summaryrefslogtreecommitdiff
path: root/testautomation/global/system/includes
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-10-26 13:28:03 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-10-26 13:28:03 +0200
commite7ef6d4dceb7e8e0c1d492d8c01296f6d88d5215 (patch)
tree3540d786d63e00e9755122a324140cd508f99705 /testautomation/global/system/includes
parent15c93af5a0740ad15be57aefef659de243c9be2f (diff)
parentad312005bd3480e78f82824a95589e0673c56d93 (diff)
CWS-TOOLING: integrate CWS automationdev300m87
Notes
Notes: split repo tag: testing_ooo/DEV300_m91
Diffstat (limited to 'testautomation/global/system/includes')
-rw-r--r--testautomation/global/system/includes/gvariabl.inc11
1 files changed, 7 insertions, 4 deletions
diff --git a/testautomation/global/system/includes/gvariabl.inc b/testautomation/global/system/includes/gvariabl.inc
index ca3764a1a51b..d9290ebb2c3c 100644
--- a/testautomation/global/system/includes/gvariabl.inc
+++ b/testautomation/global/system/includes/gvariabl.inc
@@ -171,11 +171,14 @@ Global Const GC_MACRO_SECURITY_LEVEL_DEFAULT = 2 '///+ GC_MACRO_SECURITY_LEVEL
'///* OOo Improvement Program
Global gOOoImprovementIsEnabled as boolean
-'///* Performance flags
-Global GLOBAL_USE_NEW_SLEEP as boolean ' keep the old sleep() behavior
+'///* Performance flags, set to true to eliminate wait/sleep statements, default is FALSE
+Global global_use_new_sleep as boolean
-'///* If set to TRUE in master.inc many functions become more talkative
-Global GVERBOSE as boolean
+'///* If set to TRUE many functions become more talkative, default is FALSE
+Global gVerbose as boolean
+
+'///* When using hFileOpenLocally(...) we do not know the filename under which the file has been saved.
+Global gLastWorkFile as string
sub OnlyForDocuGVariables
'///<b>System for the installed Office</b>