summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2014-11-10 15:05:25 +0100
committerNoel Grandin <noelgrandin@gmail.com>2014-11-12 11:04:11 +0000
commitda40cac540e7d735edbe9069b3c8ec6af4530208 (patch)
treef2abda7281129e13f588c77b18780a7090c8405f /offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
parentbb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff)
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl')
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl b/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
index d181d359cd66..3b02e46f51ab 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
@@ -43,18 +43,18 @@ module com { module sun { module star { module form { module binding {
The value will represent the value of the selected entry
(taken from ValueList or read from BoundColumn).
If more than one entry is selected,
- `NULL` will be transfered.
+ `NULL` will be transferred.
In other words, the SelectedValue property.</li>
<li><em>sequences of long integers</em>: When used, the integers in the sequence will represent
the indexes of the selected entries of the list box.</li>
<li><em>long integer value</em>: When used, the value will represent the index of the selected entry.
- If no entry is selected, -1 will be transfered. If more than one entry is selected, `NULL`
- will be transfered.</li>
+ If no entry is selected, -1 will be transferred. If more than one entry is selected, `NULL`
+ will be transferred.</li>
<li><em>sequences of strings</em>: When used, the strings in the sequence present the texts
of the selected entries of the list box.</li>
<li><em>string values</em>: When used. the value will represent the text of the selected entry.
- If no entry is selected, an empty string will be transfered. If more than one entry is selected,
- `NULL` will be transfered.</li>
+ If no entry is selected, an empty string will be transferred. If more than one entry is selected,
+ `NULL` will be transferred.</li>
</ol></p>
@see com::sun::star::form::binding::XValueBinding::supportsType