summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Delfs [hde] <hde@openoffice.org>2010-10-21 12:38:21 +0200
committerHelge Delfs [hde] <hde@openoffice.org>2010-10-21 12:38:21 +0200
commitef99c73b8857a7283755ff1511c78f533f4fd65e (patch)
treef09ad588992d0ffd2ea134b654338df3a26fd64a
parent9e4570496ff098d84d11707e639ced07ee048f38 (diff)
automationdev300m87#i115106#fixed loading local file
-rw-r--r--testautomation/writer/required/includes/w_001b_.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/writer/required/includes/w_001b_.inc b/testautomation/writer/required/includes/w_001b_.inc
index 992396377ba4..a48023ea73d0 100644
--- a/testautomation/writer/required/includes/w_001b_.inc
+++ b/testautomation/writer/required/includes/w_001b_.inc
@@ -399,7 +399,7 @@ testcase tMasterDocFileSaveWithPassword
FileClose
WaitSlot(2000)
PrintLog "Open previous saved document"
- hFileOpenLocally( Datei$)
+ Call hFileOpen( Datei$)
Kontext "PasswordFileOpen"
PrintLog "Enter a wrong password."
@@ -427,7 +427,7 @@ testcase tMasterDocFileSaveWithPassword
Sleep 1
PrintLog "File / Open again your previous saved document"
- hFileOpenLocally( Datei$)
+ Call hFileOpen( Datei$)
PrintLog "Enter your password in password dialog"
Kontext "PasswordFileOpen"
if PasswordFileOpen.Exists then
@@ -517,7 +517,7 @@ testcase tMasterDocFileReload
endif
PrintLog "Open previous saved document"
- hFileOpenLocally( sDocumentPath )
+ Call hFileOpen( sDocumentPath )
PrintLog "Insert a table in document"
Call hTabelleEinfuegen