summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/XBoundComponent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XBoundComponent.idl')
-rw-r--r--offapi/com/sun/star/form/XBoundComponent.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/XBoundComponent.idl b/offapi/com/sun/star/form/XBoundComponent.idl
index 8acb4501c2c8..4f3bd6dc8221 100644
--- a/offapi/com/sun/star/form/XBoundComponent.idl
+++ b/offapi/com/sun/star/form/XBoundComponent.idl
@@ -30,13 +30,13 @@
<p>The interface provides the possibility of committing its respective
data to a data source it is bound to. A <member>commit</member> will be
- performed by the environment (usually, a <type>FormController</type>).<br/>
+ performed by the environment (usually, a FormController).<br/>
For example, suppose you have a data-bound control that is connected
to a database field. Each time the control loses its focus, the
model (component) of the control is triggered by the environment
to store its value in the database field.</p>
- <p>A commit may fail if an <type>XUpdateListener</type> vetoes the it.</p>
+ <p>A commit may fail if an XUpdateListener vetoes the it.</p>
@see com::sun::star::form::XUpdateListener
*/