summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03120312.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/03120312.xhp')
-rw-r--r--source/text/sbasic/shared/03120312.xhp7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03120312.xhp b/source/text/sbasic/shared/03120312.xhp
index a6599480e8..8c67769f59 100644
--- a/source/text/sbasic/shared/03120312.xhp
+++ b/source/text/sbasic/shared/03120312.xhp
@@ -38,16 +38,15 @@
<paragraph role="bascode" id="par_id3154285" xml-lang="en-US">ConvertToURL(filename)</paragraph>
</bascode>
<embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
-<paragraph role="paragraph" id="par_id3147530" xml-lang="en-US">String</paragraph>
+<paragraph role="paragraph" localize="false" id="par_id3147530">String</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
-<paragraph role="paragraph" id="par_id3148947" xml-lang="en-US">
-<emph>Filename:</emph> A file name as string.</paragraph>
+<paragraph role="paragraph" id="par_id3148947" xml-lang="en-US"><emph>filename:</emph> A file name as string.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
<section id="exampleconverttofromurl">
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<bascode>
- <paragraph role="bascode" id="par_id3150792" xml-lang="en-US">systemFile$ = "c:\folder\mytext.txt"</paragraph>
+ <paragraph role="bascode" localize="false" id="par_id3150792" xml-lang="en-US">systemFile$ = "c:\folder\mytext.txt"</paragraph>
<paragraph role="bascode" localize="false" id="par_id3154365" xml-lang="en-US">url$ = ConvertToURL( systemFile$ )</paragraph>
<paragraph role="bascode" localize="false" id="par_id3151042" xml-lang="en-US">print url$</paragraph>
<paragraph role="bascode" localize="false" id="par_id3154909" xml-lang="en-US">systemFileAgain$ = ConvertFromURL( url$ )</paragraph>