summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl')
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl b/offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl
index b894c0f73f91..d321c808ae20 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseTextField.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module form { module binding {
/** This service specifies a text input field which is data-aware and thus can be bound to a
database field, and additionally supports binding to arbitrary external values.
- <p>If an com::sun::star::form::binding::ValueBinding instance is
+ <p>If a com::sun::star::form::binding::ValueBinding instance is
set at the field, it will exchange it's text with the binding as <em>string</em>, thus only
bindings supporting string exchange will be accepted in
com::sun::star::form::binding::XValueBinding::setValueBinding().