summaryrefslogtreecommitdiff
path: root/testautomation/graphics/optional/export_graphic_b.bas
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/graphics/optional/export_graphic_b.bas')
-rwxr-xr-xtestautomation/graphics/optional/export_graphic_b.bas20
1 files changed, 10 insertions, 10 deletions
diff --git a/testautomation/graphics/optional/export_graphic_b.bas b/testautomation/graphics/optional/export_graphic_b.bas
index 9502b5005625..0abe27eb7579 100755
--- a/testautomation/graphics/optional/export_graphic_b.bas
+++ b/testautomation/graphics/optional/export_graphic_b.bas
@@ -50,16 +50,16 @@ sub main
endif
Call sFileExport 'OBSERVE - This line must run before the following testcases!
- Call tPDF '///+- Portable Document Format ///'
- Call tPDF_Creator '///+- test if the right creator is set in the PDF document
- Call tSVG '///+- Scalable Vector Graphics ///'
- Call tSVM '///+- StarView Metafile ///'
- Call tBMP '///+- Windows Bitmap ///'
- Call tEMF '///+- Enhanced Metafile ///'
- Call tPNG '///+- Portable Network Graphic ///'
- Call tMET '///+- OS/2 Metafile ///'
- Call tWMF '///+- Windows Metafile ///'
- Call tSWF '///+- Macromedia Flash (SWF) (.swf) ///'
+ Call tPDF ' Portable Document Format
+ Call tPDF_Creator 'test if the right creator is set in the PDF document
+ Call tSVG 'Scalable Vector Graphics
+ Call tSVM 'StarView Metafile
+ Call tBMP 'Windows Bitmap
+ Call tEMF 'Enhanced Metafile
+ Call tPNG 'Portable Network Graphic
+ Call tMET 'OS/2 Metafile
+ Call tWMF 'Windows Metafile
+ Call tSWF 'Macromedia Flash (SWF) (.swf)
Call hStatusOut
end sub