summaryrefslogtreecommitdiff
path: root/testautomation/graphics/optional/includes/global/g_load_save.inc
diff options
context:
space:
mode:
authorMarc Neumann [msc] <Marc.Neumann@sun.com>2010-05-19 11:45:38 +0200
committerMarc Neumann [msc] <Marc.Neumann@sun.com>2010-05-19 11:45:38 +0200
commitffe6bf95e70b94f65c34ace18e93509c383dbf05 (patch)
treebd24fb4c8a2b773decd5c2479296f8013bf862a4 /testautomation/graphics/optional/includes/global/g_load_save.inc
parent56cdcbe947f64591d04d31d6d3808db7f6f3a050 (diff)
slidecopy: changes for the new taskpane implementation
Diffstat (limited to 'testautomation/graphics/optional/includes/global/g_load_save.inc')
-rwxr-xr-xtestautomation/graphics/optional/includes/global/g_load_save.inc11
1 files changed, 3 insertions, 8 deletions
diff --git a/testautomation/graphics/optional/includes/global/g_load_save.inc b/testautomation/graphics/optional/includes/global/g_load_save.inc
index 9bc422f99ff3..6622c9c7a452 100755
--- a/testautomation/graphics/optional/includes/global/g_load_save.inc
+++ b/testautomation/graphics/optional/includes/global/g_load_save.inc
@@ -302,14 +302,9 @@ testcase tFileOpenImport
Dateiname.SetText (ConvertPath (gTesttoolpath + "graphics\required\input\imsusmap.cgm"))
Oeffnen.Click
Sleep 2
- ' check if the document is writable
- if fIsDocumentWritable = false then
- ' make the document writable and check if it's succesfull
- if fMakeDocumentWritable = false then
- warnlog "The document can't be make writeable. Test stopped."
- goto endsub
- endif
- endif
+
+ call fMakeDocumentWritable
+
kontext "DocumentImpress"
if DocumentImpress.exists(5) then
DocumentImpress.TypeKeys ("<Tab>")