summaryrefslogtreecommitdiff
path: root/offapi
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
parenta8877197072523ec60fadb138f9790aa2bf66cd2 (diff)
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl2
-rw-r--r--offapi/com/sun/star/chart2/CoordinateSystemType.idl2
-rw-r--r--offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl6
-rw-r--r--offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl2
-rw-r--r--offapi/com/sun/star/document/FilterFactory.idl2
-rw-r--r--offapi/com/sun/star/document/TypeDetection.idl2
-rw-r--r--offapi/com/sun/star/embed/Storage.idl4
-rw-r--r--offapi/com/sun/star/embed/XLinkCreator.idl2
-rw-r--r--offapi/com/sun/star/embed/XLinkageSupport.idl2
-rw-r--r--offapi/com/sun/star/form/DataAwareControlModel.idl4
-rw-r--r--offapi/com/sun/star/form/NavigationBarMode.idl2
-rw-r--r--offapi/com/sun/star/form/PropertyBrowserController.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableControlModel.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl2
-rw-r--r--offapi/com/sun/star/form/binding/ListEntrySource.idl2
-rw-r--r--offapi/com/sun/star/form/binding/ValueBinding.idl4
-rw-r--r--offapi/com/sun/star/form/component/DataForm.idl6
-rw-r--r--offapi/com/sun/star/form/component/GridControl.idl2
-rw-r--r--offapi/com/sun/star/form/validation/ValidatableControlModel.idl2
-rw-r--r--offapi/com/sun/star/frame/DispatchHelper.idl2
-rw-r--r--offapi/com/sun/star/frame/XFrame2.idl2
-rw-r--r--offapi/com/sun/star/inspection/XPropertyHandler.idl2
-rw-r--r--offapi/com/sun/star/report/XReportComponent.idl6
-rw-r--r--offapi/com/sun/star/report/XSection.idl2
-rw-r--r--offapi/com/sun/star/sdb/XCompletedConnection.idl2
-rw-r--r--offapi/com/sun/star/sdbc/ResultSet.idl2
29 files changed, 38 insertions, 38 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl b/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl
index 4ff0c61c7a03..4d8aa60afca2 100644
--- a/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl
@@ -34,7 +34,7 @@
<p>A spin button is similar to a scroll bar, but it usually has no
(own) visual representation of the associated value, but is used to propagate
- it's value to other controls.</p>
+ its value to other controls.</p>
@see UnoControlScrollBarModel
*/
diff --git a/offapi/com/sun/star/chart2/CoordinateSystemType.idl b/offapi/com/sun/star/chart2/CoordinateSystemType.idl
index 5eb321dad4e6..f7ed60bd2b6e 100644
--- a/offapi/com/sun/star/chart2/CoordinateSystemType.idl
+++ b/offapi/com/sun/star/chart2/CoordinateSystemType.idl
@@ -30,7 +30,7 @@ For example a 2 dimensional Cartesian coordinate system is a CoordinateSystemTyp
and different from for example a 3 dimensional spherical coordinate system.
</p>
<p>A CoordinateSystemType is a stateless service which has no owner and does not
-enable cyclic references, thus it's lifetime can be handled by reference or it
+enable cyclic references, thus its lifetime can be handled by reference or it
may be implemented as a singleton.</p>
*/
diff --git a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
index 99a28d0b90ea..64fa52d2757d 100644
--- a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
+++ b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
@@ -69,9 +69,9 @@ interface XDatabaseDataProvider
/** 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>
*/
@@ -96,7 +96,7 @@ interface XDatabaseDataProvider
</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/document/ExtendedTypeDetectionFactory.idl b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
index 4f9b7c61fa36..4a868142382d 100644
--- a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
+++ b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
@@ -42,7 +42,7 @@ published service ExtendedTypeDetectionFactory
/** factory interface to create and initialize extended type detection components.
<p>
- A detection component must be specified by it's UNO implementation name and will be crated then.
+ A detection component must be specified by its UNO implementation name and will be crated then.
Every new created component can be initialized with it's own configuration data
and may given optional arguments of the corresponding createInstanceWithArguments() request. To do so the
service must support the optional interface com::sun::star::lang::XInitialization.
diff --git a/offapi/com/sun/star/document/FilterFactory.idl b/offapi/com/sun/star/document/FilterFactory.idl
index 59a17ed98c16..cf04cdf6bbdb 100644
--- a/offapi/com/sun/star/document/FilterFactory.idl
+++ b/offapi/com/sun/star/document/FilterFactory.idl
@@ -134,7 +134,7 @@ published service FilterFactory
<td>[sequence< string >]</td>
<td>It contains all available localized names for this filter. The are organized
in pairs and represented as a structure of sequence< com::sun::star::beans::PropertyValue >.
- The name of such property must be interpreted as locale; it's value as the localized
+ The name of such property must be interpreted as locale; its value as the localized
filter name corresponding to this locale.</td>
</tr>
<tr>
diff --git a/offapi/com/sun/star/document/TypeDetection.idl b/offapi/com/sun/star/document/TypeDetection.idl
index de5e9c43743f..e5f1d94f1612 100644
--- a/offapi/com/sun/star/document/TypeDetection.idl
+++ b/offapi/com/sun/star/document/TypeDetection.idl
@@ -78,7 +78,7 @@ published service TypeDetection
<td>[sequence< string >]</td>
<td>It contains all available localized names for this type. The are organized
in pairs and represented as a structure of sequence< com::sun::star::beans::PropertyValue >.
- The name of such property must be interpreted as locale; it's value as the localized
+ The name of such property must be interpreted as locale; its value as the localized
type name corresponding to this locale.</td>
</tr>
<tr>
diff --git a/offapi/com/sun/star/embed/Storage.idl b/offapi/com/sun/star/embed/Storage.idl
index df48e21fbe29..e23816a5148d 100644
--- a/offapi/com/sun/star/embed/Storage.idl
+++ b/offapi/com/sun/star/embed/Storage.idl
@@ -227,10 +227,10 @@ published service Storage
<p>
If a storage is commited all changes made to it will be integrated to
- it's parent storage. This is recursive process, so the last commited
+ its parent storage. This is recursive process, so the last commited
storage should be the root one. For the package based storages commit
of a root storage also means flashing to the related medium. If
- a storage is not commited, no changes for it or it's child elements
+ a storage is not commited, no changes for it or its child elements
will be stored.
</p>
*/
diff --git a/offapi/com/sun/star/embed/XLinkCreator.idl b/offapi/com/sun/star/embed/XLinkCreator.idl
index 56e13b025e2c..8bb0e69e0b6f 100644
--- a/offapi/com/sun/star/embed/XLinkCreator.idl
+++ b/offapi/com/sun/star/embed/XLinkCreator.idl
@@ -42,7 +42,7 @@ published interface XLinkCreator: com::sun::star::uno::XInterface
and initializes it as a link.
<p>
- In case the entry exists already all it's contents will be ignored and
+ In case the entry exists already all its contents will be ignored and
rewritten on storing of the object.
</p>
diff --git a/offapi/com/sun/star/embed/XLinkageSupport.idl b/offapi/com/sun/star/embed/XLinkageSupport.idl
index 3a46f514e6d7..be99765b70d4 100644
--- a/offapi/com/sun/star/embed/XLinkageSupport.idl
+++ b/offapi/com/sun/star/embed/XLinkageSupport.idl
@@ -52,7 +52,7 @@ published interface XLinkageSupport: XCommonEmbedPersist
<p>
An entry with the specified name should be created or opened inside
provided storage. This entry will be used for the object persistence.
- If the entry exists already all it's contents will be ignored.
+ If the entry exists already all its contents will be ignored.
</p>
@param xStorage
diff --git a/offapi/com/sun/star/form/DataAwareControlModel.idl b/offapi/com/sun/star/form/DataAwareControlModel.idl
index 684042ff75a7..bb1e09f49b99 100644
--- a/offapi/com/sun/star/form/DataAwareControlModel.idl
+++ b/offapi/com/sun/star/form/DataAwareControlModel.idl
@@ -50,7 +50,7 @@ published service DataAwareControlModel
/** makes it possible to transfer the data of the model to the connected data field.
<p>
This interface is optional, if a component doesn't support it, it has to forward
- the changes of it's value to the field it is connected to immediately (means whenever a user
+ the changes of its value to the field it is connected to immediately (means whenever a user
interaction changes it's content).
</p>
*/
@@ -82,7 +82,7 @@ published service DataAwareControlModel
<p>In the context of a com::sun::star::form::component::DataForm, controls are
automatically reset when one of the following applies
- <ul><li>The form is reset by invoking it's XReset interface.</li>
+ <ul><li>The form is reset by invoking its XReset interface.</li>
<li>The form moves to a new record.</li>
<li>The changes in the current record of the form are undone</li>
</ul>
diff --git a/offapi/com/sun/star/form/NavigationBarMode.idl b/offapi/com/sun/star/form/NavigationBarMode.idl
index 6a241bde05e1..6905b49ca019 100644
--- a/offapi/com/sun/star/form/NavigationBarMode.idl
+++ b/offapi/com/sun/star/form/NavigationBarMode.idl
@@ -53,7 +53,7 @@ published enum NavigationBarMode
<p>This options is usually used for forms containing an grid control only.
In such a form, the control has it's own navigation elements, so there is
- no need to use the navigation bar for the form, but rather for it's parent.
+ no need to use the navigation bar for the form, but rather for its parent.
</p>
*/
PARENT
diff --git a/offapi/com/sun/star/form/PropertyBrowserController.idl b/offapi/com/sun/star/form/PropertyBrowserController.idl
index 0c258db827bb..50f1b757aab9 100644
--- a/offapi/com/sun/star/form/PropertyBrowserController.idl
+++ b/offapi/com/sun/star/form/PropertyBrowserController.idl
@@ -75,7 +75,7 @@ published service PropertyBrowserController
{
/** contains the object to inspect.
- <p>Changing this property from outside causes the controller to update it's view
+ <p>Changing this property from outside causes the controller to update its view
with the data of the new object</p>
*/
[property] com::sun::star::beans::XPropertySet IntrospectedObject;
diff --git a/offapi/com/sun/star/form/binding/BindableControlModel.idl b/offapi/com/sun/star/form/binding/BindableControlModel.idl
index 0822e8c7a709..4f5f21492230 100644
--- a/offapi/com/sun/star/form/binding/BindableControlModel.idl
+++ b/offapi/com/sun/star/form/binding/BindableControlModel.idl
@@ -61,7 +61,7 @@ service BindableControlModel
<p>In both cases, explicit changes of the model's property are ignored if they would relax
the restriction imposed by the binding.<br/>
- For instance, if the binding declares it's value to
+ For instance, if the binding declares its value to
be read-only (indicated by ValueBinding::ReadOnly being `TRUE`), then
any attempt to set the <code>ReadOnly</code> property of the control model to `FALSE` will
fail. However, if the binding's value is not read-only, then the <code>ReadOnly</code>
diff --git a/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl b/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
index 0baca2afa2a9..4c16e55c10e9 100644
--- a/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
+++ b/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
@@ -92,7 +92,7 @@ module com { module sun { module star { module form { module binding {
<p>When a BindableDataAwareControlModel is being bound to an external value,
using XBindableValue::setValueBinding(),
- then the control model (it's value property, respectively) and the external value are
+ then the control model (its value property, respectively) and the external value are
initially synchronized by setting the external value (XValueBinding::getValue())
at the control model.</p>
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
index 8ee368b8edd7..a043e62144b0 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
@@ -42,7 +42,7 @@ module com { module sun { module star { module form { module binding {
<p>If the value binding associated with a BindableDatabaseCheckBox
supports exchanging string values, <em>and</em> the com::sun::star::form::component::CheckBox::RefValue
- is <em>not</em> empty, then the radio button will exchange it's value as string:
+ is <em>not</em> empty, then the radio button will exchange its value as string:
<ul><li>A string equal to the reference value will be mapped to the button being checked, and vice versa</li>
<li>A string not equal to the reference value will be mapped to the button being unchecked, and vice versa</li>
<li>`NULL` will be mapped to it being in undetermined state</li>
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl b/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
index daa73cbdad5a..49801cacad2d 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module form { module binding {
<p>If the value binding associated with a BindableDatabaseRadioButton
supports exchanging string values, <em>and</em> the com::sun::star::form::component::RadioButton::RefValue
- is <em>not</em> empty, then the radio button will exchange it's value as string:
+ is <em>not</em> empty, then the radio button will exchange its value as string:
<ul><li>A string equal to the reference value will be mapped to the button being checked, and vice versa</li>
<li>A string not equal to the reference value will be mapped to the button being unchecked, and vice versa</li>
<li>`NULL` will be mapped to it being in undetermined state</li>
diff --git a/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl b/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl
index 8a330b432e40..7dcadeef05b0 100644
--- a/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl
+++ b/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl
@@ -45,7 +45,7 @@ service BindableIntegerValueRange
<p>When the external (double) value changes, it's converted as follows to an integer
value:
<ul><li>If the external value is `NULL`, the current value of the control model
- will be set to it's minimum.</li>
+ will be set to its minimum.</li>
<li>If the external value is the <em>infinite</em> value, the control value will
be set to its maximum or minimum, depending on the sign of the external value.</li>
<li>If none of the aforementioned conditions is met, the external value will be simply
diff --git a/offapi/com/sun/star/form/binding/ListEntrySource.idl b/offapi/com/sun/star/form/binding/ListEntrySource.idl
index b4873ca465ef..0779cfa97170 100644
--- a/offapi/com/sun/star/form/binding/ListEntrySource.idl
+++ b/offapi/com/sun/star/form/binding/ListEntrySource.idl
@@ -44,7 +44,7 @@ service ListEntrySource
The ownership is with another instance, which may also decide to obsolete
the ListEntrySource for whatever reasons (e.g. because the data model
which the binding reflected died). For this reason, a ListEntrySource
- must offer a possibility to be obsoleted by it's owner, and to notify this
+ must offer a possibility to be obsoleted by its owner, and to notify this
obsoleteness to other interested parties, such as XListEntrySinks.</p>
*/
interface com::sun::star::lang::XComponent;
diff --git a/offapi/com/sun/star/form/binding/ValueBinding.idl b/offapi/com/sun/star/form/binding/ValueBinding.idl
index 56d294d716cb..46e8781892e2 100644
--- a/offapi/com/sun/star/form/binding/ValueBinding.idl
+++ b/offapi/com/sun/star/form/binding/ValueBinding.idl
@@ -76,7 +76,7 @@ service ValueBinding
by the ValueBinding instance changes.
<p>This interface is optional, since a binding may not support
- actively notifying changes in it's value. Note, however, that in case
+ actively notifying changes in its value. Note, however, that in case
this interface is not supported, the bound component cannot react
on value changes, and will thus override any values which are
set by an instance other than itself.</p>
@@ -91,7 +91,7 @@ service ValueBinding
The ownership is with another instance, which may also decide to obsolete
the ValueBinding for whatever reasons (e.g. because the data model
which the binding reflected died). For this reason, a ValueBinding
- must offer a possibility to be obsoleted by it's owner, and to notify this
+ must offer a possibility to be obsoleted by its owner, and to notify this
obsoleteness to other interested parties, such as XBindableValues.</p>
*/
interface com::sun::star::lang::XComponent;
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.
*/
diff --git a/offapi/com/sun/star/form/validation/ValidatableControlModel.idl b/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
index 0d87f34e6303..1ebe7eb31ba1 100644
--- a/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
+++ b/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
@@ -66,7 +66,7 @@ service ValidatableControlModel
<p>As soon as a validator is set via XValidatable::setValidator(), the validatable
control model registers itself as listener. If the validity constraint of the validator
- changes, the ValidatableControlModel re-validates it's current valid, and
+ changes, the ValidatableControlModel re-validates its current valid, and
broadcasts any resuling changes to all its XFormComponentValidityListener, if
necessary.</p>
*/
diff --git a/offapi/com/sun/star/frame/DispatchHelper.idl b/offapi/com/sun/star/frame/DispatchHelper.idl
index 4ee7203566be..a7ef3cca557e 100644
--- a/offapi/com/sun/star/frame/DispatchHelper.idl
+++ b/offapi/com/sun/star/frame/DispatchHelper.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module frame {
Normally a complete dispatch is split into different parts:
- converting and parsing the URL
- searching for a valid dispatch object available on a dispatch provider
- - dispatching of the URL and it's parameters
+ - dispatching of the URL and its parameters
</p>
@see DispatchProvider
diff --git a/offapi/com/sun/star/frame/XFrame2.idl b/offapi/com/sun/star/frame/XFrame2.idl
index 00543c148f06..172908aa686e 100644
--- a/offapi/com/sun/star/frame/XFrame2.idl
+++ b/offapi/com/sun/star/frame/XFrame2.idl
@@ -83,7 +83,7 @@ published interface XFrame2
interface XDispatchProviderInterception;
/** Provides access to sub frames within this frame,
- and via it's XFrame sub-interface: Allows the component to be loaded and accessed
+ and via its XFrame sub-interface: Allows the component to be loaded and accessed
within the frame; it is the main connection to the
environment of the component.
*/
diff --git a/offapi/com/sun/star/inspection/XPropertyHandler.idl b/offapi/com/sun/star/inspection/XPropertyHandler.idl
index c942bf5a91e4..f65c4467295f 100644
--- a/offapi/com/sun/star/inspection/XPropertyHandler.idl
+++ b/offapi/com/sun/star/inspection/XPropertyHandler.idl
@@ -415,7 +415,7 @@ interface XPropertyHandler
<p>A XPropertyHandler is used by a XObjectInspector instance,
which implements the XController interface. By definition, a XObjectInspector always forwards
all suspend requests (com::sun::star::frame::XController::suspend()) to
- all it's handlers.</p>
+ all its handlers.</p>
<p>The usual use case for this method are non-modal user interface components used
for property value input. Such a component might have been opened during
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
{
diff --git a/offapi/com/sun/star/sdb/XCompletedConnection.idl b/offapi/com/sun/star/sdb/XCompletedConnection.idl
index ab6a51d439a4..1e29db206bdb 100644
--- a/offapi/com/sun/star/sdb/XCompletedConnection.idl
+++ b/offapi/com/sun/star/sdb/XCompletedConnection.idl
@@ -31,7 +31,7 @@
/** is used for establishing connections via a factory which is identified
- by it's name. To complete the information needed for establishing a connection
+ by its name. To complete the information needed for establishing a connection
an interaction handler is used.
*/
published interface XCompletedConnection: com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/sdbc/ResultSet.idl b/offapi/com/sun/star/sdbc/ResultSet.idl
index d1fc43ec5ec5..186d70753550 100644
--- a/offapi/com/sun/star/sdbc/ResultSet.idl
+++ b/offapi/com/sun/star/sdbc/ResultSet.idl
@@ -147,7 +147,7 @@ published service ResultSet
interface XRow;
- /** is used for locating a column by it's name.
+ /** is used for locating a column by its name.
*/
interface XColumnLocate;