summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XTypeDetection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XTypeDetection.idl')
-rw-r--r--offapi/com/sun/star/document/XTypeDetection.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XTypeDetection.idl b/offapi/com/sun/star/document/XTypeDetection.idl
index 64613f5830da..158fe88a580a 100644
--- a/offapi/com/sun/star/document/XTypeDetection.idl
+++ b/offapi/com/sun/star/document/XTypeDetection.idl
@@ -61,14 +61,14 @@ published interface XTypeDetection: com::sun::star::uno::XInterface
MediaDescriptor
<p>
- Instead of <member>XTypeDetection::queryTypeByURL()</member> this function
+ Instead of XTypeDetection::queryTypeByURL() this function
use a MediaDescriptor to specify the document for detection.
Such descriptor hold different information about the document.
He will be passed to any part of made detection process and every part
can change it to actualize it.
- The property <member>MediaDescriptor::URL</member> should be set on
+ The property MediaDescriptor::URL should be set on
this descriptor as minimum. It specifies the location of the document.
- If this parameter is missing another one is required: <member>MediaDescriptor::InputStream</member>.
+ If this parameter is missing another one is required: MediaDescriptor::InputStream.
This can be useful to prevent operation against multiple opening of the stream
and perform the operation. If this stream isn't already included the detection
will open it (if allowed!) and add it to the descriptor so it will be available for
@@ -76,7 +76,7 @@ published interface XTypeDetection: com::sun::star::uno::XInterface
A combination of both parameters can be useful to perform the operation
and make results more stable; but only one of them is required.
Of course its possible to specify more document properties (e.g.
- <member>MediaDescriptor::ReadOnly</member>).
+ MediaDescriptor::ReadOnly).
<br>
As an additional feature it's possible to suppress "deep" detection by using argument
<var>AllowDeep</var>.