summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report
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/report
parenta8877197072523ec60fadb138f9790aa2bf66cd2 (diff)
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'offapi/com/sun/star/report')
-rw-r--r--offapi/com/sun/star/report/XReportComponent.idl6
-rw-r--r--offapi/com/sun/star/report/XSection.idl2
2 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/report/XReportComponent.idl b/offapi/com/sun/star/report/XReportComponent.idl
index 1f43bd3b8f05..34d9e48a2cc3 100644
--- a/offapi/com/sun/star/report/XReportComponent.idl
+++ b/offapi/com/sun/star/report/XReportComponent.idl
@@ -122,9 +122,9 @@ interface XReportComponent
/** is used for subreports and contains the names of columns of the parent report.
<p> These columns are typically the foreign key fields of the parent report.
The values of theses columns are used to identify the data for the subreport.
- Each time the parent report changes it's current row, the subreport requeries
+ Each time the parent report changes its current row, the subreport requeries
it's data based on the values of the master fields.</p>
- <p>If the report is no sub report (e.g. it's parent is not a report itself), this
+ <p>If the report is no sub report (e.g. its parent is not a report itself), this
property is not evaluated.</p>
*/
@@ -153,7 +153,7 @@ interface XReportComponent
</p>
<p>The columns specified herein typically represent a part of the primary key
fields or their aliases of the detail report.</p>
- <p>If the report is no sub report (e.g. it's parent is not a report itself), this
+ <p>If the report is no sub report (e.g. its parent is not a report itself), this
property is not evaluated.</p>
*
*/
diff --git a/offapi/com/sun/star/report/XSection.idl b/offapi/com/sun/star/report/XSection.idl
index dd29ee8f896f..aed2cbe98c7b 100644
--- a/offapi/com/sun/star/report/XSection.idl
+++ b/offapi/com/sun/star/report/XSection.idl
@@ -121,7 +121,7 @@ interface XSection
};
/** Specifies that elements with dynamic state will be expanded vertically when then content of the element is larger than it's container.
- If this property is disabled the content will be truncated when it's size is larger than the container.
+ If this property is disabled the content will be truncated when its size is larger than the container.
*/
[attribute,bound] boolean CanGrow
{