summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-01-21 12:18:36 -0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-01-21 15:21:26 +0100
commita02a91b543cd098a81da3f82ff22e3d83f732aa5 (patch)
treeb15055ebcfe284661d6205c9492e7996e17e8a1f
parent8e494dff6105db62b3dc2e2f6edccc6e4af59fb7 (diff)
Link 2 Help pages on GetPathSeparator()
Change-Id: I81c23ff64baff8303d2f1936c2e426bd7ba59163 Reviewed-on: https://gerrit.libreoffice.org/66685 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/sbasic/shared/03130000.xhp1
-rw-r--r--source/text/sbasic/shared/GetPathSeparator.xhp16
2 files changed, 10 insertions, 7 deletions
diff --git a/source/text/sbasic/shared/03130000.xhp b/source/text/sbasic/shared/03130000.xhp
index 5b458428b5..0dae754650 100644
--- a/source/text/sbasic/shared/03130000.xhp
+++ b/source/text/sbasic/shared/03130000.xhp
@@ -39,6 +39,7 @@
<embed href="text/sbasic/shared/03130600.xhp#wait"/>
<embed href="text/sbasic/shared/03130610.xhp#waituntil"/>
<embed href="text/sbasic/shared/03130700.xhp#getsystemticks"/>
+<embed href="text/sbasic/shared/GetPathSeparator.xhp#getpathseparator"/>
<embed href="text/sbasic/shared/03130800.xhp#environ"/>
<embed href="text/sbasic/shared/03131000.xhp#getsolarversion"/>
<embed href="text/sbasic/shared/03132100.xhp#getguitype"/>
diff --git a/source/text/sbasic/shared/GetPathSeparator.xhp b/source/text/sbasic/shared/GetPathSeparator.xhp
index d1d8156fa3..e832461404 100644
--- a/source/text/sbasic/shared/GetPathSeparator.xhp
+++ b/source/text/sbasic/shared/GetPathSeparator.xhp
@@ -10,7 +10,7 @@
-->
<meta>
<topic id="org.Libre.Libraries.GetPathSeparator.en" indexer="include" status="PUBLISH">
- <title id="tit">Libre Libraries: GetPathSeparator function</title>
+ <title id="tit">GetPathSeparator function</title>
<filename>/text/sbasic/shared/GetPathSeparator.xhp</filename>
</topic>
</meta>
@@ -26,12 +26,14 @@
<paragraph role="code" id="N0005" localize="false">GetPathSeparator()</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
<paragraph role="paragraph" id="par_id481542894937950" xml-lang="en-US" localize="false">String</paragraph>
- <paragraph role="paragraph" id="N0007" localize="false">
- &quot;\&quot; Windows
- </paragraph>
- <paragraph role="paragraph" id="N0008">
- &quot;/&quot; UNIX, including MacOS
- </paragraph>
+ <list type="unordered">
+ <listitem>
+ <paragraph role="paragraph" id="N0007" localize="false">&quot;\&quot; Windows</paragraph>
+ </listitem>
+ <listitem>
+ <paragraph role="paragraph" id="N0008">&quot;/&quot; UNIX, including MacOS</paragraph>
+ </listitem>
+ </list>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="N0010">
None.