summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XMLBasicImporter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XMLBasicImporter.idl')
-rw-r--r--offapi/com/sun/star/document/XMLBasicImporter.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/document/XMLBasicImporter.idl b/offapi/com/sun/star/document/XMLBasicImporter.idl
index ad64d114af6f..9451231cd07b 100644
--- a/offapi/com/sun/star/document/XMLBasicImporter.idl
+++ b/offapi/com/sun/star/document/XMLBasicImporter.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/xml/sax/XDocumentHandler.idl>
-//=============================================================================
module com { module sun { module star { module document {
-//=============================================================================
/** Filter for importing Basic macros from the OpenOffice.org file format.
@@ -41,13 +39,11 @@ module com { module sun { module star { module document {
*/
published service XMLBasicImporter
{
- //-------------------------------------------------------------------------
/** sets the target document for this filter.
*/
interface com::sun::star::document::XImporter;
- //-------------------------------------------------------------------------
/** receives notification of general document events.
*/
@@ -55,7 +51,6 @@ published service XMLBasicImporter
};
-//=============================================================================
}; }; }; };