summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XDocumentInsertable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XDocumentInsertable.idl')
-rw-r--r--offapi/com/sun/star/document/XDocumentInsertable.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XDocumentInsertable.idl b/offapi/com/sun/star/document/XDocumentInsertable.idl
index da76e1c0ef9e..6b72864eec2f 100644
--- a/offapi/com/sun/star/document/XDocumentInsertable.idl
+++ b/offapi/com/sun/star/document/XDocumentInsertable.idl
@@ -28,18 +28,15 @@
#include <com/sun/star/io/IOException.idl>
-//=============================================================================
module com { module sun { module star { module document {
-//=============================================================================
/** makes it possible to import a document from a given URL
into this document.
*/
published interface XDocumentInsertable: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** inserts the document that is specified by the URL.
*/
void insertDocumentFromURL( [in] string aURL,
@@ -49,7 +46,6 @@ published interface XDocumentInsertable: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };