summaryrefslogtreecommitdiff
path: root/testautomation/global/tools/includes/required/t_files.inc
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-09-09 15:03:28 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-09-09 15:03:28 +0200
commitfaba6731e6f8d0ec5c0eebf555be2ff2286ebc78 (patch)
tree8fc14d0aa2ec455b19d9b300ed1f3a74e1cc191b /testautomation/global/tools/includes/required/t_files.inc
parentb2b84b6cebb9166e3ea9835bdcd0e44fb9726cc3 (diff)
automationdev300m87: #i112208# - Fix two fatal typos
Diffstat (limited to 'testautomation/global/tools/includes/required/t_files.inc')
-rw-r--r--testautomation/global/tools/includes/required/t_files.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc
index 23e520f57c16..46ff47bfdf1c 100644
--- a/testautomation/global/tools/includes/required/t_files.inc
+++ b/testautomation/global/tools/includes/required/t_files.inc
@@ -564,7 +564,7 @@ function hFileOpenLocally( byVal sSourcePath as string ) as boolean
dim sTargetFile as string
' If the source file does not exist we quit
- if ( not FileExists( sSourcePath ) then
+ if ( not FileExists( sSourcePath ) ) then
warnlog( CFN & "Source path/file does not exist: " & sSourcePath )
hFileOpenLocally() = false
exit function