summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
parent*api: convert remaining <member> (diff)
downloadcore-24b331efedc6fdf1082e92a2db444d80ae7fed81.tar.gz
core-24b331efedc6fdf1082e92a2db444d80ae7fed81.zip
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
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>