summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/text/sbasic/python/python_listener.xhp4
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 &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>