summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XInteractionFilterSelect.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XInteractionFilterSelect.idl')
-rw-r--r--offapi/com/sun/star/document/XInteractionFilterSelect.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/XInteractionFilterSelect.idl b/offapi/com/sun/star/document/XInteractionFilterSelect.idl
index 53fe6a36697d..ea9960cd4fec 100644
--- a/offapi/com/sun/star/document/XInteractionFilterSelect.idl
+++ b/offapi/com/sun/star/document/XInteractionFilterSelect.idl
@@ -29,13 +29,13 @@ module com { module sun { module star { module document {
<p>
If during loading time the filter can't be detected and wasn't given at calling time,
- a possible <type scope="com::sun::star::task">InteractionHandler</type> will be used.
+ a possible com::sun::star::task::InteractionHandler will be used.
(it's a a part of used MediaDescriptor)
A NoSuchFilterRequest will be used then to start right interaction on that to
get a decision which filter should be used for given URL. A possible continuation
of that can be this XInteractionFilterSelect. It will transport the decision back to
generic filter detection and force using of it. Of course it's possible to abort
- the loading process by use another continuation <type scope="com::sun::star::task">XInteractionAbort</type>.
+ the loading process by use another continuation com::sun::star::task::XInteractionAbort.
</p>
@see MediaDescriptor