automationdev300m87#i115106#uses hFileOpenLocally to open document
This commit is contained in:
parent
de686c051d
commit
08c3ac4f14
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ testcase tUndoSpellcheck
|
||||||
'/// <B>Spellcheck(Autocheck/Spellcheck)</B>
|
'/// <B>Spellcheck(Autocheck/Spellcheck)</B>
|
||||||
printlog "- Spellcheck: Autocheck"
|
printlog "- Spellcheck: Autocheck"
|
||||||
'/// new document ///
|
'/// new document ///
|
||||||
hfileOpen (gTesttoolpath + "writer\optional\input\undo\spellcheck_undo.odt")
|
Call hfileOpenLocally (gTesttoolpath + "writer\optional\input\undo\spellcheck_undo.odt")
|
||||||
|
|
||||||
'/// Type "This is a testp<End>"
|
'/// Type "This is a testp<End>"
|
||||||
Call wTypeKeys ( "<End>" ) 'This is a testp
|
Call wTypeKeys ( "<End>" ) 'This is a testp
|
||||||
|
|
Loading…
Reference in a new issue