udkapi/com/sun/star/lang/XComponent.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ba92c78296b0b157a06074b19627d1a1c681f14b Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Tue Feb 28 09:43:28 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Feb 28 17:55:55 2023 +0000 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 <serval2...@yahoo.fr> 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>