diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-10-25 16:40:17 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-10-25 16:47:17 +0200 |
commit | d195123be4e11c5eeca6d5eace878fecbf8380a8 (patch) | |
tree | 84c7d5a00d5034ed5ec970ea2b8db279153e3476 /source | |
parent | b122dcc35b2015c8ffd0f826dd99edfeeebb39d1 (diff) |
Fix typo
Change-Id: I3b533183d82a707ee837cd584d3e9ed3862c2ed5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/141827
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/03132000.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03132000.xhp b/source/text/sbasic/shared/03132000.xhp index 5550f11981..82f607f46d 100644 --- a/source/text/sbasic/shared/03132000.xhp +++ b/source/text/sbasic/shared/03132000.xhp @@ -47,7 +47,7 @@ <embed href="text/sbasic/shared/00000003.xhp#functvalue"/> <paragraph role="paragraph" id="par_id241666699584417">The UNO service corresponding to the <literal>Typename</literal> listener interface name, <literal>Null</literal> value otherwise.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functexample"/> -<paragraph id="par_id3154046" role="paragraph" xml-lang="en-US">The following example listens to events occuring for a BASIC library object.</paragraph> +<paragraph id="par_id3154046" role="paragraph" xml-lang="en-US">The following example listens to events occurring for a BASIC library object.</paragraph> <bascode> <paragraph id="par_idm1340547456" role="bascode" localize="false" xml-lang="en-US">Dim oListener As Object</paragraph> <paragraph id="par_idm1340546224" role="bascode" localize="false" xml-lang="en-US">oListener = CreateUnoListener( "ContListener_","com.sun.star.container.XContainerListener" )</paragraph> |