summaryrefslogtreecommitdiff
path: root/testautomation/global/tools/includes/required/t_tools1.inc
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-01-12 11:51:21 +0100
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-01-12 11:51:21 +0100
commit53fa1c622f0c74325e13d8afe1b5351ca0c00f02 (patch)
tree22c6a6f4e0b45b8e05b06fbbc5131bf29498177d /testautomation/global/tools/includes/required/t_tools1.inc
parent28bd293e222e9e1013a5dd1200d622c3f5c97f0d (diff)
sb111: Better dialog handling for the Assign Macro dialog (using timeout now). Added slot <ContextProperties> to hUseAsyncSlot
Diffstat (limited to 'testautomation/global/tools/includes/required/t_tools1.inc')
-rwxr-xr-xtestautomation/global/tools/includes/required/t_tools1.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/testautomation/global/tools/includes/required/t_tools1.inc b/testautomation/global/tools/includes/required/t_tools1.inc
index 1fd3e89cb800..1bf6685a13f3 100755
--- a/testautomation/global/tools/includes/required/t_tools1.inc
+++ b/testautomation/global/tools/includes/required/t_tools1.inc
@@ -1275,6 +1275,9 @@ function hUseAsyncSlot( cSlot as string ) as integer
case "toolsupdatelinks" : ToolsUpdateLinks
case "toolslanguagehangulhanjaconversion" : ToolsLanguageHangulHanjaConversion
+ ' This is the property browser in the BASIC IDE
+ case "contextproperties" : ContextProperties
+
case else : warnlog( "Unknown slot called: " & cSlot )
end select