summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
diff options
context:
space:
mode:
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