From aa272bf2b98b8b4ec3d33744ddd3d4322d6499f9 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 25 Oct 2019 11:53:25 -0300 Subject: [PATCH] Fix links for basic_2_python page Change-Id: I7ffd91ea10b22a5215a77be9639dd8d9c27c9ed0 Reviewed-on: https://gerrit.libreoffice.org/81509 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- 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(-) 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 @@ Debugging a Basic Program Event-Driven Macros %PRODUCTNAME Basic Programming Examples + Calling Python Scripts from Basic Access2Base, the API for Base users 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 @@ API;PathSettings API;XScript -

Calling Python macros from Basic

+

Calling Python Scripts from Basic

Calling Python scripts from %PRODUCTNAME Basic macros is possible, and valuable features can be obtained such as: ComputerName identification or OSName detection are possible, @@ -173,7 +173,7 @@ xml.etree.ElementTree ElementTree XML API
- +
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 @@ End If End Function ' Standard.Scripting.SUM() -
+
- +