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>
This commit is contained in:
LibreOfficiant
2019-04-26 16:27:40 +02:00
committed by Olivier Hallot
parent 4ee8b6f475
commit c1053ceff3

View File

@ -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 &apos; 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>