home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
- <script:module xmlns:script="http://openoffice.org/2000/script" script:name="TutorialCreator" script:language="StarBasic">REM ***** BASIC *****
- Sub TutorialCreatorMain
- GlobalScope.BasicLibraries.LoadLibrary("Tools")
- myTutorial = createUNOService("com.sun.star.wizards.tutorial.executer.CallTutorialFramework")
- myTutorial.trigger("StartTutorialCreator")
- End Sub
-
- </script:module>