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 7ef01545c8c0..f62498c003e4 100644
--- a/offapi/com/sun/star/document/NoSuchFilterRequest.idl
+++ b/offapi/com/sun/star/document/NoSuchFilterRequest.idl
@@ -29,10 +29,10 @@ 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.
- (it's a a part of used <type>MediaDescriptor</type>)
+ (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 <type>XInteractionFilterSelect</type> will transport this decision back to
+ 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>.
</p>