summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl')
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
index e75cd919c43c..0b628c9f5ae9 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module form { module binding {
database field, and additionally supports binding to arbitrary external values.
<p>The <type scope="com::sun::star::form::binding">XValueBinding</type> instance which
- can be associated with a <type>BindableDatabaseCheckBox</type> must support exchanging
+ can be associated with a BindableDatabaseCheckBox must support exchanging
boolean values. The following mapping between external values and control states apply:
<ul><li><TRUE/> will be mapped to the box being checked, and vice versa</li>
<li><FALSE/> will be mapped to it being unchecked, and vice versa</li>
@@ -40,7 +40,7 @@ module com { module sun { module star { module form { module binding {
mapped to <NULL/> when writing the external value.</li>
</ul></p>
- <p>If the value binding associated with a <type>BindableDatabaseCheckBox</type>
+ <p>If the value binding associated with a BindableDatabaseCheckBox
supports exchanging string values, <em>and</em> the <member scope="com::sun::star::form::component">CheckBox::RefValue</member>
is <em>not</em> empty, then the radio button will exchange it's value as string:
<ul><li>A string equal to the reference value will be mapped to the button being checked, and vice versa</li>