From 6835d9f3074c1030be6632bdaff6c8398c696429 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 10 Apr 2014 19:59:38 +0300 Subject: It's "its", not "it's" Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63 --- offapi/com/sun/star/report/XReportComponent.idl | 6 +++--- offapi/com/sun/star/report/XSection.idl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'offapi/com/sun/star/report') 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.

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.

-

If the report is no sub report (e.g. it's parent is not a report itself), this +

If the report is no sub report (e.g. its parent is not a report itself), this property is not evaluated.

*/ @@ -153,7 +153,7 @@ interface XReportComponent

The columns specified herein typically represent a part of the primary key fields or their aliases of the detail report.

-

If the report is no sub report (e.g. it's parent is not a report itself), this +

If the report is no sub report (e.g. its parent is not a report itself), this property is not evaluated.

* */ 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 { -- cgit