Kaydet (Commit) 0c8c27d9 authored tarafından Kurt Zenker's avatar Kurt Zenker

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
üst a8dcd892
<?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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment