office-gobmx/wizards/source/tutorials/TutorialCreator.xba
Kurt Zenker 0c8c27d91e INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED
2003/12/09 15:43:56 mexx 1.1.2.2: Change the tutorial executer path
2003/12/09 14:33:23 mexx 1.1.2.1: Initial revision
2004-05-19 12:26:21 +00:00

10 lines
No EOL
546 B
XML

<?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(&quot;Tools&quot;)
myTutorial = createUNOService(&quot;com.sun.star.wizards.tutorial.executer.CallTutorialFramework&quot;)
myTutorial.trigger(&quot;StartTutorialCreator&quot;)
End Sub
</script:module>