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.idl33
1 files changed, 3 insertions, 30 deletions
diff --git a/offapi/com/sun/star/document/XDocumentInsertable.idl b/offapi/com/sun/star/document/XDocumentInsertable.idl
index 8f0ccf64f..d63f5f3b0 100644
--- a/offapi/com/sun/star/document/XDocumentInsertable.idl
+++ b/offapi/com/sun/star/document/XDocumentInsertable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDocumentInsertable.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:20 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:03:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,23 +80,16 @@
//=============================================================================
- module com { module sun { module star { module document {
+module com { module sun { module star { module document {
//=============================================================================
-// DocMerge: from xml
-
-// DocMerge from xml: interface com::sun::star::document::XDocumentInsertable
/** makes it possible to import a document from a given URL
into this document.
*/
interface XDocumentInsertable: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
-
- // DocMerge: from xml
-
- // DocMerge from xml: method com::sun::star::document::XDocumentInsertable::insertDocumentFromURL
/** inserts the document that is specified by the URL.
*/
void insertDocumentFromURL( [in] string aURL,
@@ -110,24 +103,4 @@ interface XDocumentInsertable: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:42:40 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:10 hjs
- initial import
-
- Revision 1.6 2000/09/11 11:52:19 mi
- documentation merged from XML
-
- Revision 1.2 2000/08/04 15:18:44 mi
- #76800# document events
-
- Revision 1.1.1.1 1999/11/11 09:48:42 jsc
- new
-
-
-=============================================================================*/
#endif