summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2023-02-28 09:43:28 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-02-28 17:55:55 +0000
commitba92c78296b0b157a06074b19627d1a1c681f14b (patch)
tree567fb46dfc37269bef8b1688ce3a64673530f7fe /udkapi
parented206ccb9e24bd4bf0040c42d26f73363baf3d20 (diff)
Fix typo in XComponent doc: "there" -> "their"
Change-Id: I1e7be83bffc17d6887ecb9ac43afe82aae6d661e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147973 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index 3772603b4280..1e27eba0688b 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.idl
@@ -48,7 +48,7 @@ published interface XComponent: com::sun::star::uno::XInterface
<p>
The object must notify all registered listeners using the method
XEventListener::disposing(). All notified objects
- should release there references to this object without
+ should release their references to this object without
calling XComponent::removeEventListener()
(the disposed object will release the listeners eitherway).
</p>