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(&quot;Tools&quot;)
6*cdf0e10cSrcweir	myTutorial = createUNOService(&quot;com.sun.star.wizards.tutorial.executer.CallTutorialFramework&quot;)
7*cdf0e10cSrcweir	myTutorial.trigger(&quot;StartTutorialCreator&quot;)
8*cdf0e10cSrcweirEnd Sub
9*cdf0e10cSrcweir
10*cdf0e10cSrcweir</script:module>