summaryrefslogtreecommitdiff
path: root/wizards/source/webwizard
diff options
context:
space:
mode:
authorTom Verbeek <tv@openoffice.org>2001-05-10 10:41:03 +0000
committerTom Verbeek <tv@openoffice.org>2001-05-10 10:41:03 +0000
commit06e845c89d257e1cacb79fb727d38641369cf67f (patch)
tree764da86f356b3488f7adc2e37e70e73b9e657889 /wizards/source/webwizard
parent2e1b5cb0e79a19415658bbeb1800c0e9f10ea0b1 (diff)
tools --> Tools
Diffstat (limited to 'wizards/source/webwizard')
-rw-r--r--wizards/source/webwizard/HtmlAutoPilotBasic.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/webwizard/HtmlAutoPilotBasic.xba b/wizards/source/webwizard/HtmlAutoPilotBasic.xba
index c7c3be6e9703..576667416fc7 100644
--- a/wizards/source/webwizard/HtmlAutoPilotBasic.xba
+++ b/wizards/source/webwizard/HtmlAutoPilotBasic.xba
@@ -220,7 +220,7 @@ Dim oDocument as Object
&apos; from the AutoPilot or from a template. It is not possible to set these
&apos; links for the template created by the AutoPilot because then it is not
&apos; possible to modify the template.
- BasicLibraries.LoadLibrary(&quot;tools&quot;)
+ BasicLibraries.LoadLibrary(&quot;Tools&quot;)
oDocument = StarDesktop.ActiveFrame.Controller.Model
AttachBasicMacroToEvent(oDocument,&quot;OnSaveDone&quot;, &quot;WebWizard.HtmlAutoPilotBasic.CopyGraphics()&quot;)
AttachBasicMacroToEvent(oDocument,&quot;OnSaveAsDone&quot;, &quot;WebWizard.HtmlAutoPilotBasic.CopyGraphics()&quot;)
@@ -236,7 +236,7 @@ Dim i as Integer
Dim GraphicFilePath as String
Dim SavePath$
Dim GraphicFileName as String
- BasicLibraries.LoadLibrary(&quot;tools&quot;)
+ BasicLibraries.LoadLibrary(&quot;Tools&quot;)
GetPaths()
oBaseDocument = StarDesktop.ActiveFrame.Controller.Model
Msgbox oBaseDocument.Url