diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-10 10:37:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-10 14:18:14 +0200 |
commit | 8e999b51a2418febc0fd619aee62183f21b1cf90 (patch) | |
tree | 55c6ac0a4062fbe6f6630fe3f1cb3b6be5c2a334 /udkapi | |
parent | 0c234a60ae31c2404dfec9d09cc79a1a5c4558fd (diff) |
Fix typos
Change-Id: Id62178a1a8b2e05d13c47f1ac4798578f140dbae
Reviewed-on: https://gerrit.libreoffice.org/78794
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'udkapi')
-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 2b3ce85610c8..b0390d3a87f4 100644 --- a/udkapi/com/sun/star/lang/XComponent.idl +++ b/udkapi/com/sun/star/lang/XComponent.idl @@ -51,7 +51,7 @@ published interface XComponent: com::sun::star::uno::XInterface </p> <p> The object must notify all registered listeners using the method - XEventListener::disposing(). All notfied objects + XEventListener::disposing(). All notified objects should release there references to this object without calling XComponent::removeEventListener() (the disposed object will release the listeners eitherway). |