From 9dee1a3b6ed86dac58d8a20477a13519726a66a9 Mon Sep 17 00:00:00 2001 From: Behrend Cornelius Date: Fri, 22 Jun 2001 15:17:21 +0000 Subject: #88692# slash after call of 'Directorynameoutofpath' added --- wizards/source/webwizard/Bullets.xba | 2 +- wizards/source/webwizard/HtmlAutoPilotBasic.xba | 5 +++-- wizards/source/webwizard/Language.xba | 2 +- wizards/source/webwizard/WebWzrd.xdl | 6 +++--- 4 files changed, 8 insertions(+), 7 deletions(-) (limited to 'wizards') diff --git a/wizards/source/webwizard/Bullets.xba b/wizards/source/webwizard/Bullets.xba index 06ffb99f8150..7695a20a6861 100644 --- a/wizards/source/webwizard/Bullets.xba +++ b/wizards/source/webwizard/Bullets.xba @@ -1,5 +1,5 @@ - + REM ***** BASIC ***** diff --git a/wizards/source/webwizard/HtmlAutoPilotBasic.xba b/wizards/source/webwizard/HtmlAutoPilotBasic.xba index c35bf784ec35..9cd908d815b3 100644 --- a/wizards/source/webwizard/HtmlAutoPilotBasic.xba +++ b/wizards/source/webwizard/HtmlAutoPilotBasic.xba @@ -1,5 +1,5 @@ - + ' Variables must be declared Option Explicit @@ -247,7 +247,8 @@ Dim SavePath as String BasicLibraries.LoadLibrary("Tools") GetPaths() oBaseDocument = StarDesktop.ActiveFrame.Controller.Model - SavePath = DirectoryNameoutofPath(oBaseDocument.Url, "/") + ' Note: The sub DirectoryNameoutofPath should be change, so that the last character is a slash + SavePath = DirectoryNameoutofPath(oBaseDocument.Url, "/") & "/" oGraphicObjects = oBaseDocument.GraphicObjects For i = 0 to oGraphicObjects.Count-1 diff --git a/wizards/source/webwizard/Language.xba b/wizards/source/webwizard/Language.xba index ccd476a9d2c5..74215b36a92f 100644 --- a/wizards/source/webwizard/Language.xba +++ b/wizards/source/webwizard/Language.xba @@ -1,5 +1,5 @@ - + Option Explicit diff --git a/wizards/source/webwizard/WebWzrd.xdl b/wizards/source/webwizard/WebWzrd.xdl index efb3ae1ae676..99244cb59034 100644 --- a/wizards/source/webwizard/WebWzrd.xdl +++ b/wizards/source/webwizard/WebWzrd.xdl @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -32,4 +32,4 @@ - + \ No newline at end of file -- cgit v1.2.3