summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XMLOasisBasicImporter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XMLOasisBasicImporter.idl')
-rw-r--r--offapi/com/sun/star/document/XMLOasisBasicImporter.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/document/XMLOasisBasicImporter.idl b/offapi/com/sun/star/document/XMLOasisBasicImporter.idl
index c0aadd8c4941..4e9b128f0805 100644
--- a/offapi/com/sun/star/document/XMLOasisBasicImporter.idl
+++ b/offapi/com/sun/star/document/XMLOasisBasicImporter.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -31,8 +31,8 @@
#include <com/sun/star/document/XImporter.idl>
#endif
-#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__
-#include <com/sun/star/xml/sax/XDocumentHandler.idl>
+#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__
+#include <com/sun/star/xml/sax/XDocumentHandler.idl>
#endif
@@ -41,15 +41,15 @@
module com { module sun { module star { module document {
//=============================================================================
-
+
/** Filter for importing Basic macros from the OASIS Open Office file format.
- <p>The <method>XImporter::setTargetDocument</method> method must be
+ <p>The <method>XImporter::setTargetDocument</method> method must be
called in order to provide the import component with the target document
to which the data should be imported.
The <type scope="com::sun::star::xml::sax">XDocumentHandler</type>
interface is used to stream the XML data into the filter.</p>
-
+
@since OOo 2.0.0
*/
published service XMLOasisBasicImporter
@@ -57,15 +57,15 @@ published service XMLOasisBasicImporter
//-------------------------------------------------------------------------
/** sets the target document for this filter.
- */
+ */
interface com::sun::star::document::XImporter;
//-------------------------------------------------------------------------
/** receives notification of general document events.
- */
+ */
interface com::sun::star::xml::sax::XDocumentHandler;
-
+
};
//=============================================================================