summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03132000.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/03132000.xhp')
-rw-r--r--source/text/sbasic/shared/03132000.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03132000.xhp b/source/text/sbasic/shared/03132000.xhp
index ccb0d6ffa7..fe49b14b84 100644
--- a/source/text/sbasic/shared/03132000.xhp
+++ b/source/text/sbasic/shared/03132000.xhp
@@ -20,7 +20,7 @@
<meta>
<topic id="textsbasicshared03132000xml" indexer="include" status="PUBLISH">
- <title id="tit" xml-lang="en-US">CreateUnoListener Function [Runtime]</title>
+ <title id="tit" xml-lang="en-US">CreateUnoListener Function</title>
<filename>/text/sbasic/shared/03132000.xhp</filename>
</topic>
</meta>
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3155150" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03132000.xhp" name="CreateUnoListener Function [Runtime]">CreateUnoListener Function [Runtime]</link></paragraph>
+<paragraph id="hd_id3155150" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03132000.xhp" name="CreateUnoListener Function">CreateUnoListener Function</link></paragraph>
<paragraph id="par_id3149346" role="paragraph" xml-lang="en-US">Creates a Listener instance.</paragraph>
</section>
<paragraph id="par_id3153681" role="paragraph" xml-lang="en-US">Many Uno interfaces let you register listeners on a special listener interface. This allows you to listen for specific events and call up the appropriate listener method. The CreateUnoListener function waits for the called listener interface and then passes the interface an object that the interface supports. This object is then passed to the method to register the listener.</paragraph>