diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2023-02-28 09:43:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-02-28 17:55:55 +0000 |
commit | ba92c78296b0b157a06074b19627d1a1c681f14b (patch) | |
tree | 567fb46dfc37269bef8b1688ce3a64673530f7fe /udkapi/com/sun/star/lang | |
parent | ed206ccb9e24bd4bf0040c42d26f73363baf3d20 (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/com/sun/star/lang')
-rw-r--r-- | udkapi/com/sun/star/lang/XComponent.idl | 2 |
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> |