summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/ExportFilter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/ExportFilter.idl')
-rw-r--r--offapi/com/sun/star/xml/ExportFilter.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/xml/ExportFilter.idl b/offapi/com/sun/star/xml/ExportFilter.idl
index 919325b17594..8d078ed3244b 100644
--- a/offapi/com/sun/star/xml/ExportFilter.idl
+++ b/offapi/com/sun/star/xml/ExportFilter.idl
@@ -31,21 +31,21 @@ module com { module sun { module star { module xml {
called to provide the export component with the target location to
which the data should be exported. Then, the source document's XML
representation will be generated by calling the appropriate methods
- of the <type scope="com::sun::star::xml::sax">XDocumentHandler</type>
+ of the com::sun::star::xml::sax::XDocumentHandler
interface. Error conditions must be signaled by throwing
- a <type scope="com::sun::star::xml::sax">SAXException</type> in the
- <type scope="com::sun::star::xml::sax">XDocumentHandler</type> calls.
+ a com::sun::star::xml::sax::SAXException in the
+ com::sun::star::xml::sax::XDocumentHandler calls.
@since OOo 1.1.2
*/
published service ExportFilter
{
/** The data will be passed in through the
- <type scope="com::sun::star::xml::sax">XDocumentHandler</type> calls. */
+ com::sun::star::xml::sax::XDocumentHandler calls. */
interface com::sun::star::xml::sax::XDocumentHandler;
/** The <method>XExportFilter:exporter()</method> call will provide the
- <type scope="com::sun::star::document">TypeDetection</type> user data
+ com::sun::star::document::TypeDetection user data
required to perform the filtering correctly.
*/
interface com::sun::star::xml::XExportFilter;