summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/python
diff options
context:
space:
mode:
authorLibreOļ¬ƒciant <LibreOfficiant@sfr.fr>2019-02-26 14:12:58 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-02-27 15:22:59 +0100
commit1c8dbb18e1ff9f3c49f0112a9f687c044fbd31d2 (patch)
tree12fabb4d7404f20545e123a265c0db74dc68d9b8 /source/text/sbasic/python
parentMute Pootle complain on reserved words (diff)
downloadhelp-1c8dbb18e1ff9f3c49f0112a9f687c044fbd31d2.tar.gz
help-1c8dbb18e1ff9f3c49f0112a9f687c044fbd31d2.zip
Relate Python & Basic examples together
Change-Id: Ib6abffdfb2f83688eb84f94553f44b3f10dc33c2 Reviewed-on: https://gerrit.libreoffice.org/68388 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/python')
-rw-r--r--source/text/sbasic/python/python_dialogs.xhp7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/text/sbasic/python/python_dialogs.xhp b/source/text/sbasic/python/python_dialogs.xhp
index 7bcb34ebd2..e11055b29c 100644
--- a/source/text/sbasic/python/python_dialogs.xhp
+++ b/source/text/sbasic/python/python_dialogs.xhp
@@ -66,11 +66,12 @@
<paragraph role="pycode" id="N0380" localize="false">g_exportedScripts = (docDialog,)</paragraph>
</pycode>
<section id="relatedtopics" >
- <paragraph role="paragraph" id="N0381">
- Refer to <literal>msgbox.py</literal> in <literal>&lt;$installation&gt;/program/</literal> directory for an example of Python dynamic dialogs.
- </paragraph>
+ <embed href="text/sbasic/guide/show_dialog.xhp#show_dialog"/>
<embed href="text/sbasic/python/python_examples.xhp#pythonexamples2"/>
<embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/>
+ <paragraph role="paragraph" id="N0381">
+ Refer to <literal>msgbox.py</literal> in <literal>{installation}/program/</literal> directory for Python dynamic dialog examples.
+ </paragraph>
</section>
</body>
</helpdocument>