summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component/DataForm.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component/DataForm.idl')
-rw-r--r--offapi/com/sun/star/form/component/DataForm.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/component/DataForm.idl b/offapi/com/sun/star/form/component/DataForm.idl
index 347716768b28..18afb4463493 100644
--- a/offapi/com/sun/star/form/component/DataForm.idl
+++ b/offapi/com/sun/star/form/component/DataForm.idl
@@ -117,10 +117,10 @@ published service DataForm
<p> These columns are typically the foreign key fields of the parent form.
The values of theses columns are used to identify the data for the subform.
- Each time the parent form changes it's current row, the subform requeries
+ Each time the parent form changes its current row, the subform requeries
it's data based on the values of the master fields.</p>
- <p>If the form is no sub form (e.g. it's parent is not a form itself), this
+ <p>If the form is no sub form (e.g. its parent is not a form itself), this
property is not evaluated.</p>
*/
[property] sequence<string> MasterFields;
@@ -147,7 +147,7 @@ published service DataForm
<p>The columns specified herein typically represent a part of the primary key
fields or their aliases of the detail form.</p>
- <p>If the form is no sub form (e.g. it's parent is not a form itself), this
+ <p>If the form is no sub form (e.g. its parent is not a form itself), this
property is not evaluated.</p>
*/
[property] sequence<string> DetailFields;