diff options
author | Behrend Cornelius <bc@openoffice.org> | 2002-08-30 11:09:17 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2002-08-30 11:09:17 +0000 |
commit | 8507c2c7faa9a97cbd21e75acf4a98ca23239109 (patch) | |
tree | 4d8ae06fb9703f820f9240310a08f2256f37f792 /wizards | |
parent | 6dc2df7914c19dbc2b967d28785f4bddd5efccd6 (diff) |
#94944# Added an absolute path to graphic link
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/webwizard/HtmlAutoPilotBasic.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/webwizard/HtmlAutoPilotBasic.xba b/wizards/source/webwizard/HtmlAutoPilotBasic.xba index ccc9f5604cfd..2a81971dd094 100644 --- a/wizards/source/webwizard/HtmlAutoPilotBasic.xba +++ b/wizards/source/webwizard/HtmlAutoPilotBasic.xba @@ -269,7 +269,7 @@ Dim sNewFileUrl as String sFileName = FileNameoutofPath(SourceUrl) sNewFileUrl = TargetDir & sFileName oUcb.Copy(SourceUrl, sNewFileUrl) - CopyFile() = sFileName + CopyFile() = sNewFileUrl End Function |