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

Stanislav Horacek (via logerrit) logerrit at kemper.freedesktop.org
Sat Feb 8 19:59:49 UTC 2020


 source/text/sbasic/python/python_2_basic.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1fa387342802aa3c1b4fd12c6e0620af579c7e98
Author:     Stanislav Horacek <stanislav.horacek at gmail.com>
AuthorDate: Sat Feb 8 12:30:50 2020 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Sat Feb 8 20:59:29 2020 +0100

    fix name of APSO extension
    
    Change-Id: I17a1b9f0a6b67c05a77b328a06b9e4091e7c0c26
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/88263
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/source/text/sbasic/python/python_2_basic.xhp b/source/text/sbasic/python/python_2_basic.xhp
index b6acda3d8..60d31312a 100644
--- a/source/text/sbasic/python/python_2_basic.xhp
+++ b/source/text/sbasic/python/python_2_basic.xhp
@@ -82,7 +82,7 @@
 	  <paragraph role="paragraph" id="N0371"><literal>script.invoke((args), (), results)</literal></paragraph>
 	  <h3 id="N0372">Examples of Personal or Shared Scripts</h3>
           <paragraph role="paragraph" id="N0373">Examples in <link href="text/sbasic/python/python_screen.xhp" name ="Input/Output to Screen">Input/Output to Screen</link> detail Python to Basic invocation calls. <link href="text/sbasic/python/python_document_events.xhp" name ="Monitoring Document Events">Monitoring Document Events</link> illustrates the usage of *args Python idiom to print a variable number of parameters to <literal>Access2Base</literal> logging console dialog.</paragraph>
-	  <tip id="N0374">At time of development you can interrupt Python script execution using <link href="https://berma.pagesperso-orange.fr/index2.html" name ="Xray extension">Xray extension</link> in order to inspect properties and methods of UNO objects. The ASPO extension debugger allows object introspection using either Xray either MRI extensions.</tip>
+	  <tip id="N0374">At time of development you can interrupt Python script execution using <link href="https://berma.pagesperso-orange.fr/index2.html" name ="Xray extension">Xray extension</link> in order to inspect properties and methods of UNO objects. The APSO extension debugger allows object introspection using either Xray either MRI extensions.</tip>
 	  <pycode>
 	  <paragraph role="pycode" id="N0375" localize="false">def xray(myObject):</paragraph>
 	  <paragraph role="pycode" id="N0376" localize="false">	  script = getBasicScript(library="XrayTool", module="_Main", macro="Xray")</paragraph>


More information about the Libreoffice-commits mailing list