summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/XMLExportFilter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/XMLExportFilter.idl')
-rw-r--r--offapi/com/sun/star/xml/XMLExportFilter.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/xml/XMLExportFilter.idl b/offapi/com/sun/star/xml/XMLExportFilter.idl
index 5c0a2e50ffdc..fa540ee758ba 100644
--- a/offapi/com/sun/star/xml/XMLExportFilter.idl
+++ b/offapi/com/sun/star/xml/XMLExportFilter.idl
@@ -28,9 +28,9 @@ module com { module sun { module star { module xml {
/** describes an export filter for XML-based file formats.
- <p>It is an extension of <type scope="com::sun::star::document">ExportFilter</type>
+ <p>It is an extension of com::sun::star::document::ExportFilter
and differs from it only in that an
- <type scope="com::sun::star::xml::sax">XDocumentHandler</type> needs to
+ com::sun::star::xml::sax::XDocumentHandler needs to
be passed through the XInitialization interface. This
XDocumentHandler will then be used to export the XML data stream. */
published service XMLExportFilter