summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl')
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl b/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
index c7eb5fbb2b0c..81d86b04d0b9 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module form { module binding {
/** This service specifies a radio button 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 BindableDatabaseRadioButton must support exchanging
boolean values. The following mapping between external values and control states apply:
<ul><li><TRUE/> will be mapped to the button being checked, and vice versa</li>