summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03120312.xhp
diff options
context:
space:
mode:
authorRafael Lima <rafael.palma.lima@gmail.com>2021-12-14 19:43:02 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2021-12-27 23:29:18 +0100
commitb29d39e06a24b828e5e765de355498f0e92400f6 (patch)
tree012f5554c4c3dc44f9b6d4b4205ad78aa41500a0 /source/text/sbasic/shared/03120312.xhp
parent5fe4c2ccda3e9004aa46647d171ef431c76df263 (diff)
Silence strings for l10n in sbasic/shared (Part 4)
Change-Id: I1f3ef4a2c4a7593258a475a87b4d64495c5763df Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126819 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
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>