[Libreoffice-commits] help.git: source/auxiliary source/text

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 25 16:04:00 UTC 2019


 source/auxiliary/sbasic.tree                 |    1 +
 source/text/sbasic/guide/basic_2_python.xhp  |    4 ++--
 source/text/sbasic/python/python_2_basic.xhp |    4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit aa272bf2b98b8b4ec3d33744ddd3d4322d6499f9
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Fri Oct 25 11:53:25 2019 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Fri Oct 25 18:03:40 2019 +0200

    Fix links for basic_2_python page
    
    Change-Id: I7ffd91ea10b22a5215a77be9639dd8d9c27c9ed0
    Reviewed-on: https://gerrit.libreoffice.org/81509
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree
index a5eadb85b..5a6fc17a2 100644
--- a/source/auxiliary/sbasic.tree
+++ b/source/auxiliary/sbasic.tree
@@ -326,6 +326,7 @@
                 <topic id="sbasic/text/sbasic/shared/01030300.xhp">Debugging a Basic Program</topic>
                 <topic id="sbasic/text/sbasic/shared/01040000.xhp">Event-Driven Macros</topic>
                 <topic id="sbasic/text/sbasic/guide/basic_examples.xhp">%PRODUCTNAME Basic Programming Examples</topic>
+                <topic id="sbasic/text/sbasic/guide/basic_2_python.xhp">Calling Python Scripts from Basic</topic>
                 <topic id="sbasic/text/sbasic/guide/access2base.xhp">Access2Base, the API for Base users</topic>
             </node>
         </node>
diff --git a/source/text/sbasic/guide/basic_2_python.xhp b/source/text/sbasic/guide/basic_2_python.xhp
index 945566211..6badf718a 100644
--- a/source/text/sbasic/guide/basic_2_python.xhp
+++ b/source/text/sbasic/guide/basic_2_python.xhp
@@ -21,7 +21,7 @@
          <bookmark_value>API;PathSettings</bookmark_value>
          <bookmark_value>API;XScript</bookmark_value>
       </bookmark>
-      <h1 id="hd_id811571848401485"><variable id="basic2python"><link href="text/sbasic/guide/basic_2_python.xhp" name="Basic Programming Examples">Calling Python macros from Basic</link></variable></h1>
+      <h1 id="hd_id811571848401485"><variable id="basic2python"><link href="text/sbasic/guide/basic_2_python.xhp" name="Basic Programming Examples">Calling Python Scripts from Basic</link></variable></h1>
       <paragraph role="paragraph" id="N0432">Calling Python scripts from %PRODUCTNAME Basic macros is possible, and valuable features can be obtained such as:</paragraph>
       <list type="unordered">
          <listitem><paragraph role="listitem" id="N0433"><literal>ComputerName</literal> identification or <literal>OSName</literal> detection are possible,</paragraph></listitem>
@@ -173,7 +173,7 @@
          <listitem><paragraph role="listitem" id="N0562"><emph>xml.etree.ElementTree</emph> ElementTree XML API</paragraph></listitem>
       </list>
       <section id="relatedtopics" >
-         <embed href="text/sbasic/python/python_2_basic.xhp#py2bas1"/>
+         <embed href="text/sbasic/python/python_2_basic.xhp#py2ba_h1"/>
          <embed href="text/sbasic/shared/main0601.xhp#mainsbasic"/>
          <embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/>
       </section>
diff --git a/source/text/sbasic/python/python_2_basic.xhp b/source/text/sbasic/python/python_2_basic.xhp
index cf26d1290..b6acda3d8 100644
--- a/source/text/sbasic/python/python_2_basic.xhp
+++ b/source/text/sbasic/python/python_2_basic.xhp
@@ -141,11 +141,11 @@
 	  <paragraph role="bascode" id="N0425" localize="false">    End If</paragraph>
 	  <paragraph role="bascode" id="N0426" localize="false">End Function ' Standard.Scripting.SUM()</paragraph>
 	  </bascode>
-	  <section id="relatedtopics" >            
+	  <section id="relatedtopics" >
 		 <embed href="text/sbasic/guide/basic_2_python.xhp#basic2python"/>
 		 <embed href="text/sbasic/python/python_examples.xhp#pythonexamples2"/>
 		 <embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/>
-                 <embed href="text/sbasic/shared/main0601.xhp#mainsbasic"/>
+         <embed href="text/sbasic/shared/main0601.xhp#mainsbasic"/>
 	  </section>
    </body>
 </helpdocument>


More information about the Libreoffice-commits mailing list