diff options
author | LibreOfficiant <LibreOfficiant@sfr.fr> | 2019-04-26 16:27:40 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-04-26 18:24:17 +0200 |
commit | c1053ceff3ede558b858a30270324430c940311c (patch) | |
tree | 51b3cce59f772820ff4ef6d675352ef95fb620f6 | |
parent | 4ee8b6f4751bd71333c93756474148cfa7afc750 (diff) |
topic tag correction
mispelled link
Change-Id: I34ecbbfca31285efe9af3eaa9ab0d2c1ee7b7b64
Reviewed-on: https://gerrit.libreoffice.org/71377
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/python/python_listener.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/python/python_listener.xhp b/source/text/sbasic/python/python_listener.xhp index 3a0796f7f9..969bb9f2e8 100644 --- a/source/text/sbasic/python/python_listener.xhp +++ b/source/text/sbasic/python/python_listener.xhp @@ -9,7 +9,7 @@ * --> <meta> - <topic id="Python_Listener"> + <topic id="text/sbasic/python/python_listener.xhp"> <title id="tit" xml-lang="en-US">Python Listeners : Creating Event Listeners</title> <filename>/text/sbasic/python/python_listener.xhp</filename> </topic> @@ -147,7 +147,7 @@ <paragraph role="bascode" localize="false" id="N0497">End Sub ' awt_disposing</paragraph> </bascode> <h2 id="N0498">Other Event Listeners</h2> - <paragraph role="paragraph" id="N0499">Listeners are usually coded along with <link href="text/sbasic/python/python_dialog.xhp" name ="dialog opening">dialog opening</link>. Numerous listener approaches are possible such as event handlers for dialogs or event monitors for documents or forms.</paragraph> + <paragraph role="paragraph" id="N0499">Listeners are usually coded along with <link href="text/sbasic/python/python_dialogs.xhp" name ="dialog opening">dialog opening</link>. Numerous listener approaches are possible such as event handlers for dialogs or event monitors for documents or forms.</paragraph> <section id="relatedtopics" > <embed href="text/sbasic/guide/sample_code.xhp#sample_code"/> <paragraph role="paragraph" id="N0505"><link href="text/sbasic/shared/03132000.xhp" name ="CreateUnoListener Function">CreateUnoListener Function</link></paragraph> |