0c8c27d91e
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
10 lines
No EOL
546 B
XML
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("Tools")
|
|
myTutorial = createUNOService("com.sun.star.wizards.tutorial.executer.CallTutorialFramework")
|
|
myTutorial.trigger("StartTutorialCreator")
|
|
End Sub
|
|
|
|
</script:module> |