summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-10 19:59:38 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-10 20:22:50 +0300
commit6835d9f3074c1030be6632bdaff6c8398c696429 (patch)
tree90bdc179c3522a71f87fef348d9aaced458b611d /offapi/com/sun/star/form/component
parenta8877197072523ec60fadb138f9790aa2bf66cd2 (diff)
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'offapi/com/sun/star/form/component')
-rw-r--r--offapi/com/sun/star/form/component/DataForm.idl6
-rw-r--r--offapi/com/sun/star/form/component/GridControl.idl2
2 files changed, 4 insertions, 4 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;
diff --git a/offapi/com/sun/star/form/component/GridControl.idl b/offapi/com/sun/star/form/component/GridControl.idl
index 934ba6330eda..0a8db09f2b2f 100644
--- a/offapi/com/sun/star/form/component/GridControl.idl
+++ b/offapi/com/sun/star/form/component/GridControl.idl
@@ -101,7 +101,7 @@ published service GridControl
/** resets the control.
- <p>The reset of the control is forwarded to all it's elements, means to all the column models.
+ <p>The reset of the control is forwarded to all its elements, means to all the column models.
As grid columns are very much like data-aware stand-alone controls, you can find a description
of the reset functionality in com::sun::star::form::DataAwareControlModel::XReset.
*/