summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/NoSuchFilterRequest.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/NoSuchFilterRequest.idl')
-rw-r--r--offapi/com/sun/star/document/NoSuchFilterRequest.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/NoSuchFilterRequest.idl b/offapi/com/sun/star/document/NoSuchFilterRequest.idl
index f62498c003e4..f61b7abda062 100644
--- a/offapi/com/sun/star/document/NoSuchFilterRequest.idl
+++ b/offapi/com/sun/star/document/NoSuchFilterRequest.idl
@@ -28,13 +28,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)
Such "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 type XInteractionFilterSelect will transport this 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