[Libreoffice-commits] help.git: source/text
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Jan 16 20:35:18 UTC 2019
source/text/sbasic/shared/GetPathSeparator.xhp | 28 ++++++++-----------------
1 file changed, 9 insertions(+), 19 deletions(-)
New commits:
commit e06034e3c0a87d17ebb3794e98c4e1b1f8463bae
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Wed Jan 16 12:22:50 2019 -0200
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Wed Jan 16 21:34:52 2019 +0100
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 at libreoffice.org>
diff --git a/source/text/sbasic/shared/GetPathSeparator.xhp b/source/text/sbasic/shared/GetPathSeparator.xhp
index 166b98a45..d1d8156fa 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">
"\" Windows
</paragraph>
<paragraph role="paragraph" id="N0008">
"/" 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>
More information about the Libreoffice-commits
mailing list