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 68bcc2d9ee65..b11e438bb128 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
@@ -41,7 +41,7 @@ module com { module sun { module star { module form { module binding {
</ul></p>
<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>
+ supports exchanging string values, <em>and</em> the com::sun::star::form::component::CheckBox::RefValue
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>
@@ -65,7 +65,7 @@ service BindableDatabaseCheckBox
/** specifies a value which is to be associated with the control when it's <em>not</em>
checked.
- <p><member scope="com::sun::star::form::component">CheckBox::RefValue</member> is transferred to
+ <p>com::sun::star::form::component::CheckBox::RefValue is transferred to
possible external value bindings as soon as the check box is checked. With the member
#SecondaryRefValue, clients of the check box can also associate a value with
the <em>not checked</em> state of the control.</p>