summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 12:26:21 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 12:26:21 +0000
commit0c8c27d91e9f389e8bb1ce1435e20caa36e9b14c (patch)
treeb9d747c255f9139713ba95e51310bc64167111b3 /wizards
parenta8dcd89248e495272fa775379c39c783ac93a465 (diff)
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
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/tutorials/TutorialCreator.xba10
1 files changed, 10 insertions, 0 deletions
diff --git a/wizards/source/tutorials/TutorialCreator.xba b/wizards/source/tutorials/TutorialCreator.xba
new file mode 100644
index 000000000000..7169b4e2e467
--- /dev/null
+++ b/wizards/source/tutorials/TutorialCreator.xba
@@ -0,0 +1,10 @@
+<?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