diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2020-02-08 12:30:50 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-02-08 20:59:29 +0100 |
commit | 1fa387342802aa3c1b4fd12c6e0620af579c7e98 (patch) | |
tree | 9985d419e4435f41ac5c8f8ea51f386bf35c5f4c /source | |
parent | a797d607f1d56f4e401d03669d766124317baa46 (diff) |
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@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/python/python_2_basic.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/python/python_2_basic.xhp b/source/text/sbasic/python/python_2_basic.xhp index b6acda3d8c..60d31312a3 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> |