summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document')
-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
3 files changed, 3 insertions, 3 deletions
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>