summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/Invocation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script/Invocation.idl')
-rw-r--r--udkapi/com/sun/star/script/Invocation.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/script/Invocation.idl b/udkapi/com/sun/star/script/Invocation.idl
index ec6ed2937040..da25cc27638f 100644
--- a/udkapi/com/sun/star/script/Invocation.idl
+++ b/udkapi/com/sun/star/script/Invocation.idl
@@ -31,8 +31,8 @@
to create an Invocation adapter for the passed object (Invoking
createInstance() will fail).</p>
<p>
- The adapter has to support <type scope="com::sun::star::script">XInvocation</type>.
- The adapter may also support <type scope="com::sun::star::script">XInvocation2</type>.
+ The adapter has to support com::sun::star::script::XInvocation.
+ The adapter may also support com::sun::star::script::XInvocation2.
</p>
*/
published service Invocation : com::sun::star::lang::XSingleServiceFactory;