summaryrefslogtreecommitdiff
path: root/testautomation/global/tools/includes/required/t_tools3.inc
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-02-24 09:12:00 +0100
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-02-24 09:12:00 +0100
commit150e09c7a559ec9bb123c9cfdb146970f7d70477 (patch)
tree2034e38c6022dbdafa4abed579ec2296cc3522f3 /testautomation/global/tools/includes/required/t_tools3.inc
parent444d76214a0f7e9c4d19a8b0d6ca41e31bc286f9 (diff)
vitomation01: #i108621 - Fix incorrect select case syntax
Diffstat (limited to 'testautomation/global/tools/includes/required/t_tools3.inc')
-rwxr-xr-xtestautomation/global/tools/includes/required/t_tools3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc
index ec17433e7430..6adacdb83168 100755
--- a/testautomation/global/tools/includes/required/t_tools3.inc
+++ b/testautomation/global/tools/includes/required/t_tools3.inc
@@ -1000,7 +1000,7 @@ function hCloseDialog( oDialog as object, sMethod as string ) as boolean
case "cancel": oDialog.cancel()
case "ok" : oDialog.ok()
case else : warnlog( CFN & " Script error: Allowed closing methods are <cancel>, <close> and <ok>" )
- end case
+ end select
if ( oDialog.notExists( TIMEOUT ) ) then hCloseDialog() = TRUE