summaryrefslogtreecommitdiff
path: root/testautomation/graphics/optional/i_slidecopy.bas
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/graphics/optional/i_slidecopy.bas')
-rwxr-xr-xtestautomation/graphics/optional/i_slidecopy.bas18
1 files changed, 9 insertions, 9 deletions
diff --git a/testautomation/graphics/optional/i_slidecopy.bas b/testautomation/graphics/optional/i_slidecopy.bas
index 7c5aa61caf0b..c2f407b28bf6 100755
--- a/testautomation/graphics/optional/i_slidecopy.bas
+++ b/testautomation/graphics/optional/i_slidecopy.bas
@@ -1,7 +1,7 @@
'encoding UTF-8 Do not remove or change this line!
'**************************************************************************
'* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-'*
+'*
'* Copyright 2008 by Sun Microsystems, Inc.
'*
'* OpenOffice.org - a multi-platform office productivity suite
@@ -47,14 +47,14 @@ sub main
use "graphics\optional\includes\impress\i_slidecopy.inc"
PrintLog "-------------------------" + gApplication + "-------------------"
-if gOOo = false then
- call tiSlideCopyNewPresentation
-else
- qaErrorLog "#i76226# - The test tiSlideCopyNewPresentation was outcommented since a button does not remain pressed in OpenOffice.org"
-endif
- call tiSlideCopyDuplicate
- call tiSlideCopyInSlideSorter
- call tiSlideCopyPasteSpecial
+ if gOOo = false then
+ call tiSlideCopyNewPresentation
+ else
+ qaErrorLog "#i76226# - The test tiSlideCopyNewPresentation was outcommented since a button does not remain pressed in OpenOffice.org"
+ endif
+ call tiSlideCopyDuplicate
+ call tiSlideCopyInSlideSorter
+ call tiSlideCopyPasteSpecial
Call hStatusOut
end sub