summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:15:21 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:04 +0200
commitbe7f280ea7034a1cb1195a3d27b51d1b9626b905 (patch)
tree1d4201255666273daff789cf6e722cd9a87f06f8 /offapi/com/sun/star/form
parent*api: convert more <method scope="foo"> (diff)
downloadcore-be7f280ea7034a1cb1195a3d27b51d1b9626b905.tar.gz
core-be7f280ea7034a1cb1195a3d27b51d1b9626b905.zip
*api: convert <atom>
sed -i 's,<atom>\([^<]\+\)</atom>,`\1`,g' Change-Id: I530fe998b0c422e83c4324807d42700126bc9883
Diffstat (limited to 'offapi/com/sun/star/form')
-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,