diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-06-14 11:59:25 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-06-16 12:18:20 +0200 |
commit | 81d14fa410079bd55397754b1b9af3645df3e100 (patch) | |
tree | 7b6487b55716c1b57cbd33499bb255973fa46b0f /offapi | |
parent | 4b46eb79c2f242e97249ace16b1fc57335574c95 (diff) |
Fix typo
Change-Id: I38f2e4011f348574d1d2adb7eb34cac6b2df43da
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135929
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/form/binding/ValueBinding.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/form/binding/ValueBinding.idl b/offapi/com/sun/star/form/binding/ValueBinding.idl index 5010ba1f20b4..3562e6d23240 100644 --- a/offapi/com/sun/star/form/binding/ValueBinding.idl +++ b/offapi/com/sun/star/form/binding/ValueBinding.idl @@ -77,7 +77,7 @@ service ValueBinding /** allows life time control for the component - <p>An ValueBinding may be known to one ore more components + <p>A ValueBinding may be known to one or more components supporting the XBindableValue interface, which all work with this binding. However, they will not <em>own</em> the ValueBinding. The ownership is with another instance, which may also decide to obsolete |