diff options
author | LibreOfficiant <LibreOfficiant@sfr.fr> | 2019-02-26 14:12:58 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-02-27 15:22:59 +0100 |
commit | 1c8dbb18e1ff9f3c49f0112a9f687c044fbd31d2 (patch) | |
tree | 12fabb4d7404f20545e123a265c0db74dc68d9b8 | |
parent | 172b0593aa4278ce45a758034093077392c0bf90 (diff) |
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>
-rw-r--r-- | source/text/sbasic/python/python_dialogs.xhp | 7 |
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><$installation>/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> |