[Libreoffice-commits] help.git: Branch 'libreoffice-6-4' - source/text
LibreOļ¬ciant (via logerrit)
logerrit at kemper.freedesktop.org
Thu Nov 28 12:24:44 UTC 2019
source/text/sbasic/python/python_platform.xhp | 2 +-
source/text/sbasic/shared/compatible.xhp | 8 +++-----
2 files changed, 4 insertions(+), 6 deletions(-)
New commits:
commit e281e171eb4c86ebb792f21dbdfaf7a76c220b42
Author: LibreOļ¬ciant <LibreOfficiant at sfr.fr>
AuthorDate: Thu Nov 28 12:19:51 2019 +0200
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Thu Nov 28 13:24:24 2019 +0100
related topics section title miss
+ related topics legibility improvement in compatible.xhp
Change-Id: I59ce332560d99b949f180cd37cfd61c40d9ff3f9
Reviewed-on: https://gerrit.libreoffice.org/83981
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
(cherry picked from commit d17d3ef38a781cc8c788b483e128a292ad0e3e4c)
Reviewed-on: https://gerrit.libreoffice.org/83989
diff --git a/source/text/sbasic/python/python_platform.xhp b/source/text/sbasic/python/python_platform.xhp
index 75f56ef2e..95792c229 100644
--- a/source/text/sbasic/python/python_platform.xhp
+++ b/source/text/sbasic/python/python_platform.xhp
@@ -114,7 +114,7 @@
<paragraph role="bascode" xml-lang="en-US" id="N0580"> Print p.isWindows, p.OSName ' object properties</paragraph>
<paragraph role="bascode" localize="false" id="N0581">End Sub ' Platform_example</paragraph>
</bascode>
- <section id="relatedTopics">
+ <section id="relatedtopics">
<embed href="text/sbasic/python/python_screen.xhp#ioscreen"/>
<embed href="text/sbasic/shared/03132100.xhp#getguitype2"/>
<embed href="text/sbasic/shared/GetPathSeparator.xhp#getpathseparator01"/>
diff --git a/source/text/sbasic/shared/compatible.xhp b/source/text/sbasic/shared/compatible.xhp
index 4a48a388c..a834ec312 100644
--- a/source/text/sbasic/shared/compatible.xhp
+++ b/source/text/sbasic/shared/compatible.xhp
@@ -53,16 +53,14 @@
</bascode>
<tip id="par_id381561650119146">Statement <literal>Option VBAsupport 1</literal> sets <literal>Option Compatible</literal> statement automatically.</tip>
<section id="relatedtopics">
- <embed href="text/sbasic/shared/compatibilitymode.xhp#compatibilitymodeh1"/>
- <paragraph role="paragraph" id="N0129">Refer to <link href="text/sbasic/python/python_platform.xhp">Identifying the Operating System</link> and <link href="text/sbasic/python/python_session.xhp">Getting Session Information</link> for <literal>Option Compatible</literal> simple examples, or <link href="text/sbasic/guide/access2base.xhp">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode.</paragraph>
<embed href="text/sbasic/shared/03090407.xhp#remstatement"/>
- <paragraph role="paragraph" id="N0131">
- Variables scope modification in <link href="text/sbasic/shared/01020300.xhp">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function.
- </paragraph>
+ <embed href="text/sbasic/shared/compatibilitymode.xhp#compatibilitymodeh1"/>
<embed href="text/sbasic/shared/03103200.xhp#optionbasestatement"/>
<embed href="text/sbasic/shared/03103300.xhp#explicitstatement"/>
<embed href="text/sbasic/shared/03103350.xhp#vbasupportstatement"/>
<embed href="text/sbasic/shared/classmodule.xhp#classmodulestatement"/>
+ <paragraph role="paragraph" id="N0131">Variables scope modification in <link href="text/sbasic/shared/01020300.xhp">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function.</paragraph>
+ <paragraph role="paragraph" id="N0129">Refer to <link href="text/sbasic/python/python_platform.xhp">Identifying the Operating System</link> and <link href="text/sbasic/python/python_session.xhp">Getting Session Information</link> for class module examples, or <link href="text/sbasic/guide/access2base.xhp">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode.</paragraph>
</section>
</body>
</helpdocument>
More information about the Libreoffice-commits
mailing list