summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03120313.xhp
diff options
context:
space:
mode:
authorLaurent Balland-Poirier <laurent.balland-poirier@laposte.net>2017-01-17 21:15:13 +0100
committerOlivier Hallot <olivier.hallot@edx.srv.br>2017-05-19 16:04:26 +0200
commit3cb6c49b52541dd5f0c650d79a201a69415d8054 (patch)
tree58ff8bfda6d834b2062349c787507a6403e4a7a3 /source/text/sbasic/shared/03120313.xhp
parent8c185e311871e4eae877975dedf06444e547f0ec (diff)
Basic: beautify Examples with bascode tag
Correct many examples to use <bascode> tag to get colorised text Merge some identical examples in section Remove useless spaces Remove ^M at end of line with <bascode> Add localize="false" for pure Basic code Add comments from Johnny_M Treat 03101700.xhp in a different commit Change-Id: I94a799ee13829ed9086127aa7d0e722ffe1dd90d Reviewed-on: https://gerrit.libreoffice.org/33240 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br> (cherry picked from commit 3d5e0e547daaed4c5587d403877a04916cf23eb9) Reviewed-on: https://gerrit.libreoffice.org/37825
Diffstat (limited to 'source/text/sbasic/shared/03120313.xhp')
-rw-r--r--source/text/sbasic/shared/03120313.xhp10
1 files changed, 2 insertions, 8 deletions
diff --git a/source/text/sbasic/shared/03120313.xhp b/source/text/sbasic/shared/03120313.xhp
index e33dcf2f2a..850c486867 100644
--- a/source/text/sbasic/shared/03120313.xhp
+++ b/source/text/sbasic/shared/03120313.xhp
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<!--
* This file is part of the LibreOffice project.
*
@@ -18,7 +17,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-
+
<helpdocument version="1.0">
<meta>
<topic id="textsbasicshared03120313xml" indexer="include" status="PUBLISH">
@@ -47,11 +46,6 @@
<emph>Filename:</emph> A file name as a string.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US">systemFile$ = "c:\folder\mytext.txt"</paragraph>
-<paragraph role="paragraph" id="par_id3150541" xml-lang="en-US">url$ = ConvertToURL( systemFile$ )</paragraph>
-<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US">print url$</paragraph>
-<paragraph role="paragraph" id="par_id3154367" xml-lang="en-US">systemFileAgain$ = ConvertFromURL( url$ )</paragraph>
-<paragraph role="paragraph" id="par_id3153194" xml-lang="en-US">print systemFileAgain$</paragraph>
+<embed href="text/sbasic/shared/03120312.xhp#exampleconverttofromurl"/>
</body>
</helpdocument>