i114543, deleting useless parts in g_tools.inc
This commit is contained in:
parent
36540a68a7
commit
b4dd32140a
1 changed files with 1 additions and 10 deletions
|
@ -280,16 +280,7 @@ testcase tiToolsThesaurusContextMenu
|
||||||
|
|
||||||
PrintLog "Thesaurus with 1 word: " + sWord
|
PrintLog "Thesaurus with 1 word: " + sWord
|
||||||
|
|
||||||
if( Ucase(gApplication) = "DRAW" ) then
|
Call hNewDocument
|
||||||
sExt = ".odg"
|
|
||||||
Kontext "DrawDocument"
|
|
||||||
elseif( Ucase(gApplication) = "IMPRESS" ) then
|
|
||||||
sExt = ".odp"
|
|
||||||
Kontext "ImpressDocument"
|
|
||||||
endif
|
|
||||||
|
|
||||||
Call hFileOpen (gTesttoolpath + "graphics\required\input\recht_" + iSprache + sExt)
|
|
||||||
call sMakeReadOnlyDocumentEditable
|
|
||||||
Call hTextrahmenErstellen (sWord,20,20,50,30)
|
Call hTextrahmenErstellen (sWord,20,20,50,30)
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue