diff options
author | Helge Delfs [hde] <hde@openoffice.org> | 2010-10-25 10:30:37 +0200 |
---|---|---|
committer | Helge Delfs [hde] <hde@openoffice.org> | 2010-10-25 10:30:37 +0200 |
commit | e884f01f281f3ce8b847a0ace0661f32d6c2dfc1 (patch) | |
tree | 46e6316ab2ef5bfcab10d6ed670f47edce576b4b /testautomation/writer | |
parent | 08c3ac4f141b76b854c08ea8924de6abd8818016 (diff) |
automationdev300m87#i115106#uses hFileOpenLocally to open document
Diffstat (limited to 'testautomation/writer')
-rw-r--r-- | testautomation/writer/optional/includes/number/w_207_.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/writer/optional/includes/number/w_207_.inc b/testautomation/writer/optional/includes/number/w_207_.inc index f356f1e21e4e..4bc525553f56 100644 --- a/testautomation/writer/optional/includes/number/w_207_.inc +++ b/testautomation/writer/optional/includes/number/w_207_.inc @@ -111,7 +111,7 @@ testcase tToolsNumbering12 Call hCloseDocument printlog " - load previous saved document" - hFileOpenLocally( ExportFileName ) + hFileOpen( ExportFileName ) printlog " - close document" hFileCloseAll() |