diff options
author | Wolfram Garten [wg] <Wolfram.Garten@oracle.com> | 2011-02-21 11:16:53 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-04-21 21:15:59 +0200 |
commit | 14872654d69bcf04d1213914fb42fbbde62e6a56 (patch) | |
tree | 5750b6d8cff1c288113eb25f1aeb73778705a19f /testautomation/graphics | |
parent | 38dbeb58969d9c5a5747fac68b1f62529f48f5f9 (diff) |
i117035: [Automation] adapt automated testscripts to new export format svg
Diffstat (limited to 'testautomation/graphics')
-rw-r--r-- | testautomation/graphics/optional/export_graphic_a.bas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testautomation/graphics/optional/export_graphic_a.bas b/testautomation/graphics/optional/export_graphic_a.bas index 1bd3149cf650..b7bb9ad8819c 100644 --- a/testautomation/graphics/optional/export_graphic_a.bas +++ b/testautomation/graphics/optional/export_graphic_a.bas @@ -60,6 +60,7 @@ sub main Call tXPM 'X PixMap Call tGIF 'Graphics Interchange Format Call tJPEG 'Joint Photographic Experts Group + Call tSVG 'Scalable Vector Graphics Call hStatusOut end sub |