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.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
index 0b628c9f5ae9..bcd637974b31 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module form { module binding {
/** This service specifies a check box which is data-aware and thus can be bound to a
database field, and additionally supports binding to arbitrary external values.
- <p>The <type scope="com::sun::star::form::binding">XValueBinding</type> instance which
+ <p>The com::sun::star::form::binding::XValueBinding instance which
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>