summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XImporter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XImporter.idl')
-rw-r--r--offapi/com/sun/star/document/XImporter.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XImporter.idl b/offapi/com/sun/star/document/XImporter.idl
index 91990fb90006..7d1f7bd19ab2 100644
--- a/offapi/com/sun/star/document/XImporter.idl
+++ b/offapi/com/sun/star/document/XImporter.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/XComponent.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module document {
-//=============================================================================
/** makes it possible to connect a document with an <type>ImportFilter</type>
<p>
@@ -41,7 +39,6 @@ module com { module sun { module star { module document {
*/
published interface XImporter: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** sets the target document for the importer
@param Document
@@ -56,7 +53,6 @@ published interface XImporter: com::sun::star::uno::XInterface
raises( com::sun::star::lang::IllegalArgumentException );
};
-//=============================================================================
}; }; }; };