summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-06-06 13:52:35 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-06-06 13:52:35 +0000
commitb8e608265868d34ff6d36486bb70dae539cc3f40 (patch)
treedcbd45c58f2e4870da54b04ef2842c25d428206b
parent922c89118a3e9cd880a9b1e5507671038f312ef7 (diff)
#87606# ConverttoUrl Routine modified
-rw-r--r--wizards/source/tools/Strings.xba1
1 files changed, 0 insertions, 1 deletions
diff --git a/wizards/source/tools/Strings.xba b/wizards/source/tools/Strings.xba
index f54edcef093e..ce7e6b04c3f2 100644
--- a/wizards/source/tools/Strings.xba
+++ b/wizards/source/tools/Strings.xba
@@ -253,7 +253,6 @@ Dim Separator as String
&apos; Is the delivered Path already a URL
If Instr(1,UCase(BigString),&quot;FILE:///&quot;) = 0 Then
BigString = ReplaceString(BigString,&quot;/&quot;,Separator)
- BigString = ReplaceString(BigString,&quot;|&quot;,&quot;:&quot;)
BigString = &quot;file:///&quot; &amp; BigString
End If
End If