summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/DataAwareControlModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/DataAwareControlModel.idl')
-rw-r--r--offapi/com/sun/star/form/DataAwareControlModel.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/DataAwareControlModel.idl b/offapi/com/sun/star/form/DataAwareControlModel.idl
index bb1e09f49b99..d2d40017ff49 100644
--- a/offapi/com/sun/star/form/DataAwareControlModel.idl
+++ b/offapi/com/sun/star/form/DataAwareControlModel.idl
@@ -69,9 +69,9 @@ published service DataAwareControlModel
<p>In the context of a control model which is data-aware, the semantics of <em>default value</em>
(see XReset) is as follows:<br/>
- If (and only if) the control is valid bound to a column of it's com::sun::star::form::component::DataForm, and the form
+ If (and only if) the control is valid bound to a column of its com::sun::star::form::component::DataForm, and the form
is not positioned on a new record (see com::sun::star::sdb::RowSet::IsNew), then
- XReset::reset() does not reset the model's value to it's default value, but uses the
+ XReset::reset() does not reset the model's value to its default value, but uses the
underlying column value.<br/>
In all other cases, the model is reset to the default value as specified by the respective property.</p>