diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-25 11:53:25 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-25 18:03:40 +0200 |
commit | aa272bf2b98b8b4ec3d33744ddd3d4322d6499f9 (patch) | |
tree | 70c90cfdce13f788fce59446fd9290a00868d4ae | |
parent | 8af9c4cb203beb51c5104d3a45e1a0b084511665 (diff) |
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@libreoffice.org>
-rw-r--r-- | source/auxiliary/sbasic.tree | 1 | ||||
-rw-r--r-- | source/text/sbasic/guide/basic_2_python.xhp | 4 | ||||
-rw-r--r-- | source/text/sbasic/python/python_2_basic.xhp | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index a5eadb85ba..5a6fc17a22 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 945566211e..6badf718a7 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 cf26d1290f..b6acda3d8c 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> |