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.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl b/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
index c683fb1a96c3..b667d01e7468 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
@@ -34,12 +34,12 @@ module com { module sun { module star { module form { module binding {
is set at a BindableDatabaseListBox, the types from the following list are
tried in descending order: The first type supported by the binding is used for data exchange.
<ol>
- <li><em>sequences of <atom>any</atom>s</em>:
+ <li><em>sequences of `any`s</em>:
The elements in the sequence will represent
the values the selected entries of the list box
(taken from ValueList or read from BoundColumn).
In other words, the SelectedValues property.</li>
- <li><em><atom>any</atom> value</em>:
+ <li><em>`any` value</em>:
The value will represent the value of the selected entry
(taken from ValueList or read from BoundColumn).
If more than one entry is selected,