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 d17d3ef38a781cc8c788b483e128a292ad0e3e4c
Author:     LibreOfficiant <libreoffici...@sfr.fr>
AuthorDate: Thu Nov 28 12:19:51 2019 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Thu Nov 28 12:45:14 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.hal...@libreoffice.org>

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 &apos; object properties</paragraph>
         <paragraph role="bascode" localize="false" id="N0581">End Sub &apos; 
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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to