diff options
-rw-r--r-- | source/text/sbasic/shared/03130000.xhp | 1 | ||||
-rw-r--r-- | source/text/sbasic/shared/GetPathSeparator.xhp | 16 |
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"> - "\" 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. |