summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit9f12a9da8d91364d4d0865021adbe62bfa09148c (patch)
treea74d3d9213f950fff68bca5ba07662e15b82d217 /offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
parent944eb9902788d8afec9e3f0f65d3b680041e039b (diff)
*api: convert <type scope="bar">Foo</type>
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
Diffstat (limited to 'offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl')
-rw-r--r--offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl6
1 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 dc7a0fccd9f4..949f425f12c9 100644
--- a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
+++ b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
@@ -45,10 +45,10 @@ published service ExtendedTypeDetectionFactory
A detection component must be specified by it's 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 <type scope="com::sun::star::lang">XInitialization</type>.
+ service must support the optional interface com::sun::star::lang::XInitialization.
The arguments parameter will have the following structure:
<ul>
- <li>sequence< Any >[0] contains a sequence< <type scope="com::sun::star::beans">PropertyValue</type> >,
+ <li>sequence< Any >[0] contains a sequence< com::sun::star::beans::PropertyValue >,
which represent the configuration data set of this detector component. The used properties are the same, as
they are available at the container interface of this factory service. (see below)</li>
<li>Every following item of the argument list sequence< Any >[1..n] contains the copied argument of the
@@ -63,7 +63,7 @@ published service ExtendedTypeDetectionFactory
<p>
Every container item is specified as a set of properties and will be
- represented by a sequence< <type scope="com::sun::star::beans">PropertyValue</type> > structure.
+ represented by a sequence< com::sun::star::beans::PropertyValue > structure.
Follow properties are supported:
(But note: not all of them must be present every time!)
</p>