[Libreoffice-commits] help.git: source/text

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 21 14:21:48 UTC 2019


 source/text/sbasic/shared/03130000.xhp         |    1 +
 source/text/sbasic/shared/GetPathSeparator.xhp |   16 +++++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)

New commits:
commit a02a91b543cd098a81da3f82ff22e3d83f732aa5
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Mon Jan 21 12:18:36 2019 -0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Jan 21 15:21:26 2019 +0100

    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 at libreoffice.org>

diff --git a/source/text/sbasic/shared/03130000.xhp b/source/text/sbasic/shared/03130000.xhp
index 5b458428b..0dae75465 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 d1d8156fa..e83246140 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">
-        "\" Windows
-    </paragraph>
-    <paragraph role="paragraph"  id="N0008">
-        "/" UNIX, including MacOS
-    </paragraph>
+    <list type="unordered">
+        <listitem>
+            <paragraph role="paragraph"  id="N0007" localize="false">"\" Windows</paragraph>
+        </listitem>
+        <listitem>
+            <paragraph role="paragraph"  id="N0008">"/" UNIX, including MacOS</paragraph>
+        </listitem>
+    </list>
     <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
     <paragraph role="paragraph"  id="N0010">
         None.


More information about the Libreoffice-commits mailing list