summaryrefslogtreecommitdiff
path: root/source/text
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-01-16 12:22:50 -0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-01-16 21:34:52 +0100
commite06034e3c0a87d17ebb3794e98c4e1b1f8463bae (patch)
tree73a30a1cae484843dabe8cc39223703c1b5375b2 /source/text
parentf2584bca8e49f799c4ece9064073c0cd2b6a40d1 (diff)
Mute and simplify l10n for GetPathSeparator()
Change-Id: I5b5736f56a21bb6abef75519557d60b8494a09be Reviewed-on: https://gerrit.libreoffice.org/66454 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text')
-rw-r--r--source/text/sbasic/shared/GetPathSeparator.xhp28
1 files changed, 9 insertions, 19 deletions
diff --git a/source/text/sbasic/shared/GetPathSeparator.xhp b/source/text/sbasic/shared/GetPathSeparator.xhp
index 166b98a458..d1d8156fa3 100644
--- a/source/text/sbasic/shared/GetPathSeparator.xhp
+++ b/source/text/sbasic/shared/GetPathSeparator.xhp
@@ -22,33 +22,23 @@
<paragraph role="heading" level="1" id="N0002"><link href="text/sbasic/shared/GetPathSeparator.xhp" name="GetPathSeparator">GetPathSeparator Function</link></paragraph>
<paragraph role="paragraph" id="N0003">Return the operating system-dependent directory separator used to specify file paths.</paragraph>
</section>
- <paragraph role="heading" level="2" id="N0004">Syntax:</paragraph>
- <paragraph role="bascode" id="N0005">GetPathSeparator()</paragraph>
- <paragraph role="heading" level="2" id="N0006">
- Return value:
- </paragraph>
- <paragraph role="paragraph" id="par_id481542894937950" xml-lang="en-US">String</paragraph>
- <paragraph role="paragraph" id="N0007">
+ <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
+ <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>
- <paragraph role="heading" level="2" xml-lang="en-US" id="N0009">
- Parameters:
- </paragraph>
+ <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="N0010">
None.
</paragraph>
- <paragraph role="heading" level="2" id="N0011">
- Error codes:
- </paragraph>
- <paragraph role="paragraph" id="N0012">
- 5 Invalid procedure call
- </paragraph>
- <paragraph role="heading" level="2" id="N0013">
- Example:
- </paragraph>
+ <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
+ <embed href="text/sbasic/shared/00000003.xhp#err5"/>
+ <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<bascode>
<paragraph role="bascode" id="N0014">Sub ExampleGetPathSeparator</paragraph>
<paragraph role="bascode" id="N0015"> MsgBox GetPathSeparator()</paragraph>