summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
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/document/ExtendedTypeDetectionFactory.idl
parenta8877197072523ec60fadb138f9790aa2bf66cd2 (diff)
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl')
-rw-r--r--offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl2
1 files changed, 1 insertions, 1 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.