summaryrefslogtreecommitdiffstats
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.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
index 868fc02c1705..d7eeb255164d 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
@@ -50,8 +50,8 @@ module com { module sun { module star { module form { module binding {
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>
- <li><NULL/> will be mapped to it being in indetermined state, if the box currently supports
- this, or being unchecked else. The indetermined of the check box will always be
+ <li><NULL/> will be mapped to it being in undetermined state, if the box currently supports
+ this, or being unchecked else. The undetermined of the check box will always be
mapped to <NULL/> when writing the external value.</li>
</ul></p>
@@ -60,7 +60,7 @@ module com { module sun { module star { module form { module binding {
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>
<li>A string not equal to the reference value will be mapped to the button being unchecked, and vice versa</li>
- <li><NULL/> will be mapped to it being in indetermined state</li>
+ <li><NULL/> will be mapped to it being in undetermined state</li>
</ul></p>
@see com::sun::star::form::binding::XValueBinding::supportsType