diff options
author | Tom Verbeek <tv@openoffice.org> | 2001-05-10 10:41:03 +0000 |
---|---|---|
committer | Tom Verbeek <tv@openoffice.org> | 2001-05-10 10:41:03 +0000 |
commit | 6fc9c8f6b5042c28d7bc82b2fcab6d68ed23517d (patch) | |
tree | f658a913bf06d700c5d2d18cd2e875ae828b720b /wizards | |
parent | d9297c4bfe126def82829d4881d4bdad4a95c528 (diff) |
tools --> Tools
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/webwizard/HtmlAutoPilotBasic.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/webwizard/HtmlAutoPilotBasic.xba b/wizards/source/webwizard/HtmlAutoPilotBasic.xba index c7c3be6e9..576667416 100644 --- a/wizards/source/webwizard/HtmlAutoPilotBasic.xba +++ b/wizards/source/webwizard/HtmlAutoPilotBasic.xba @@ -220,7 +220,7 @@ Dim oDocument as Object ' from the AutoPilot or from a template. It is not possible to set these ' links for the template created by the AutoPilot because then it is not ' possible to modify the template. - BasicLibraries.LoadLibrary("tools") + BasicLibraries.LoadLibrary("Tools") oDocument = StarDesktop.ActiveFrame.Controller.Model AttachBasicMacroToEvent(oDocument,"OnSaveDone", "WebWizard.HtmlAutoPilotBasic.CopyGraphics()") AttachBasicMacroToEvent(oDocument,"OnSaveAsDone", "WebWizard.HtmlAutoPilotBasic.CopyGraphics()") @@ -236,7 +236,7 @@ Dim i as Integer Dim GraphicFilePath as String Dim SavePath$ Dim GraphicFileName as String - BasicLibraries.LoadLibrary("tools") + BasicLibraries.LoadLibrary("Tools") GetPaths() oBaseDocument = StarDesktop.ActiveFrame.Controller.Model Msgbox oBaseDocument.Url |