1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*cdf0e10cSrcweir<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> 3*cdf0e10cSrcweir<script:module xmlns:script="http://openoffice.org/2000/script" script:name="TutorialCreator" script:language="StarBasic">REM ***** BASIC ***** 4*cdf0e10cSrcweirSub TutorialCreatorMain 5*cdf0e10cSrcweir GlobalScope.BasicLibraries.LoadLibrary("Tools") 6*cdf0e10cSrcweir myTutorial = createUNOService("com.sun.star.wizards.tutorial.executer.CallTutorialFramework") 7*cdf0e10cSrcweir myTutorial.trigger("StartTutorialCreator") 8*cdf0e10cSrcweirEnd Sub 9*cdf0e10cSrcweir 10*cdf0e10cSrcweir</script:module>