summaryrefslogtreecommitdiff
path: root/testautomation/global/tools/includes/required/t_files.inc
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-05-27 15:07:21 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-05-27 15:07:21 +0200
commitb30b73cc05a24c51187c36c17bfa07d10ab57245 (patch)
tree8a2eb35030b8830ce5027acb99818009f279425e /testautomation/global/tools/includes/required/t_files.inc
parent0d87c6e40ae6ee678c9dfa38fa520fc0a21e0652 (diff)
vitomation01: #i109696 - export_graphic.inc calls a lot of very dubious functions. Cleanup
Diffstat (limited to 'testautomation/global/tools/includes/required/t_files.inc')
-rwxr-xr-xtestautomation/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 cac430f4483a..00c584400882 100755
--- a/testautomation/global/tools/includes/required/t_files.inc
+++ b/testautomation/global/tools/includes/required/t_files.inc
@@ -598,7 +598,7 @@ function hFileReOpen( cFile as string ) as boolean
if ( FileExists( cFile ) ) then
hFileOpen( cFile )
else
- warnlog( CFN & "File does not exist: " & sFile )
+ warnlog( CFN & "File does not exist: " & cFile )
endif
endif