summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Delfs [hde] <hde@openoffice.org>2010-10-25 11:04:49 +0200
committerHelge Delfs [hde] <hde@openoffice.org>2010-10-25 11:04:49 +0200
commitd5e725a9b522706f4226c871648a489e15acf1bc (patch)
tree8d69d94b331af6f4b0cf689f3efd39408a8fb07a
parent04e7b56866d1cb4c8135e5d3e277397e4a774dbc (diff)
automationdev300m87#i115106#replaced hFileOpenLocally with hFileOpen
-rw-r--r--testautomation/writer/optional/includes/textframes/w_textframes2.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/testautomation/writer/optional/includes/textframes/w_textframes2.inc b/testautomation/writer/optional/includes/textframes/w_textframes2.inc
index 5f58ba252aa6..4fca2bdbddb6 100644
--- a/testautomation/writer/optional/includes/textframes/w_textframes2.inc
+++ b/testautomation/writer/optional/includes/textframes/w_textframes2.inc
@@ -1075,7 +1075,7 @@ testcase tTextframes_31
Sleep 2
'/// Check if the frame is non-editable
- hFileOpenLocally( sTestFile )
+ hFileOpen( sTestFile )
Call wTypeKeys ( "<Shift F4>" )
@@ -1132,7 +1132,7 @@ testcase tTextframes_32
Sleep 2
'/// Check if the text can be inputed into frame
- hFileOpenLocally( sTestFile )
+ hFileOpen( sTestFile )
Call wTypeKeys "<SHIFT F4><RETURN>"
Wait 500