diff options
author | LibreOfficiant <LibreOfficiant@sfr.fr> | 2019-11-28 12:19:51 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-28 13:24:24 +0100 |
commit | e281e171eb4c86ebb792f21dbdfaf7a76c220b42 (patch) | |
tree | cc7302cccae0790bc0365bdcdcfa475e067e4845 /source | |
parent | 07a573b651b1378ba70f8a06b2bbfdc163a96da5 (diff) |
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@libreoffice.org>
(cherry picked from commit d17d3ef38a781cc8c788b483e128a292ad0e3e4c)
Reviewed-on: https://gerrit.libreoffice.org/83989
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/python/python_platform.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/compatible.xhp | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/source/text/sbasic/python/python_platform.xhp b/source/text/sbasic/python/python_platform.xhp index 75f56ef2ee..95792c229d 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 4a48a388c4..a834ec312c 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> |