summaryrefslogtreecommitdiff
path: root/testautomation/writer/optional/includes/number/w_205a_.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/writer/optional/includes/number/w_205a_.inc')
-rw-r--r--[-rwxr-xr-x]testautomation/writer/optional/includes/number/w_205a_.inc18
1 files changed, 9 insertions, 9 deletions
diff --git a/testautomation/writer/optional/includes/number/w_205a_.inc b/testautomation/writer/optional/includes/number/w_205a_.inc
index 0e157368d433..385d2a5501f4 100755..100644
--- a/testautomation/writer/optional/includes/number/w_205a_.inc
+++ b/testautomation/writer/optional/includes/number/w_205a_.inc
@@ -47,8 +47,8 @@ testcase tToolsOutlineNumbering1
Dim i as integer
PrintLog "- Tools / Outline Numbering: Part 1 - Numbering"
- Call hFileOpen ( gTesttoolPath + "writer\optional\input\number\numbering1.sxw" )
- Call sMakeReadOnlyDocumentEditable
+ hFileOpenLocally( gTesttoolPath + "writer\optional\input\number\numbering1.sxw" )
+
ToolsOutlineNumbering
Kontext
@@ -240,10 +240,10 @@ testcase tToolsOutlineNumbering1
Select Case i
Case 1
printlog "- Load sxw and check formattings"
- Call hFileOpen ( gOfficePath + "user\work\tToolsOutlineNumbering1.sxw" )
+ hFileOpen( gOfficePath & "user\work\tToolsOutlineNumbering1.sxw" )
Case 2
printlog "- Load odt and check formattings"
- Call hFileOpen ( gOfficePath + "user\work\tToolsOutlineNumbering1.odt" )
+ hFileOpen( gOfficePath & "user\work\tToolsOutlineNumbering1.odt" )
end select
call wTypeKeys "<PageUp>", 8
call wTypeKeys "<Up>", 10
@@ -343,8 +343,8 @@ testcase tToolsOutlineNumbering2
PrintLog "- Tools / Outline Numbering: Part 2 - Tabpage Position"
- Call hFileOpen ( gTesttoolPath + "writer\optional\input\number\numbering1.sxw" )
- Call sMakeReadOnlyDocumentEditable
+ hFileOpenLocally( gTesttoolPath + "writer\optional\input\number\numbering1.sxw" )
+
ToolsOutlineNumbering
Kontext
@@ -463,7 +463,7 @@ testcase tToolsOutlineNumbering2
printlog " - check saved Numbering"
Call hFileSaveAsWithFilterKill ( gOfficePath + "user\work\tToolsOutlineNumbering2.odt", "writer8" )
Call hCloseDocument
- Call hFileOpen ( gOfficePath + "user\work\tToolsOutlineNumbering2.odt" )
+ hFileOpen( gOfficePath & "user\work\tToolsOutlineNumbering2.odt" )
ToolsOutlineNumbering
Kontext
@@ -638,7 +638,7 @@ testcase tToolsOutlineNumbering3
printlog " - check saved Numbering"
Call hFileSaveAsWithFilterKill ( gOfficePath + "user\work\tToolsOutlineNumbering3.odt", "writer8" )
Call hCloseDocument
- Call hFileOpen ( gOfficePath + "user\work\tToolsOutlineNumbering3.odt" )
+ hFileOpen( gOfficePath & "user\work\tToolsOutlineNumbering3.odt" )
ToolsOutlineNumbering
Kontext
Active.SetPage TabKapitelnumerierung
@@ -840,7 +840,7 @@ testcase tToolsFootnoteEndnote
printlog " - Save and reload"
Call hFileSaveAsWithFilterKill ( gOfficePath + "user\work\tToolsFootnoteEndnote.odt", "writer8" )
Call hCloseDocument
- Call hFileOpen ( gOfficePath + "user\work\tToolsFootnoteEndnote.odt" )
+ hFileOpen( gOfficePath & "user\work\tToolsFootnoteEndnote.odt" )
printlog " - check saved properties"
ToolsFootnote
Kontext