summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic
diff options
context:
space:
mode:
authorStanislav Horacek <stanislav.horacek@gmail.com>2020-02-08 12:30:50 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-02-08 20:59:29 +0100
commit1fa387342802aa3c1b4fd12c6e0620af579c7e98 (patch)
tree9985d419e4435f41ac5c8f8ea51f386bf35c5f4c /source/text/sbasic
parentadjust embedding of Position header in chapter numbering help (diff)
downloadhelp-1fa387342802aa3c1b4fd12c6e0620af579c7e98.tar.gz
help-1fa387342802aa3c1b4fd12c6e0620af579c7e98.zip
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/text/sbasic')
-rw-r--r--source/text/sbasic/python/python_2_basic.xhp2
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=&quot;XrayTool&quot;, module=&quot;_Main&quot;, macro=&quot;Xray&quot;)</paragraph>