diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-06-14 11:59:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-06-16 13:01:22 +0200 |
commit | 965bad9abb9b07245cce525694bc0b52c08c05fa (patch) | |
tree | f3083a955bfe503c2f1dcc2d534943e1d575cd01 | |
parent | cb958c4ff88da1d8edab756592e3c6483e1b8b28 (diff) |
Fix typo
Change-Id: I0ccce1c6e143b819dbb78d6fb74ccde8ce737f84
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135928
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | offapi/com/sun/star/form/binding/ListEntrySource.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/form/binding/ListEntrySource.idl b/offapi/com/sun/star/form/binding/ListEntrySource.idl index ebad2c15e166..4da8e751ef02 100644 --- a/offapi/com/sun/star/form/binding/ListEntrySource.idl +++ b/offapi/com/sun/star/form/binding/ListEntrySource.idl @@ -31,7 +31,7 @@ service ListEntrySource /** allows life time control for the component - <p>An ListEntrySource will be known to one ore more components + <p>An ListEntrySource will be known to one or more components supporting the XListEntrySink interface, which all work with this source. However, they will not <em>own</em> the ListEntrySource. The ownership is with another instance, which may also decide to obsolete |