summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XDocumentInfoSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XDocumentInfoSupplier.idl')
-rw-r--r--offapi/com/sun/star/document/XDocumentInfoSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XDocumentInfoSupplier.idl b/offapi/com/sun/star/document/XDocumentInfoSupplier.idl
index 1f2636357ec0..295d431dca04 100644
--- a/offapi/com/sun/star/document/XDocumentInfoSupplier.idl
+++ b/offapi/com/sun/star/document/XDocumentInfoSupplier.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/document/XDocumentInfo.idl>
-//=============================================================================
module com { module sun { module star { module document {
-//=============================================================================
/** through this interface documents can provide a <type>DocumentInfo</type>
<p>
@@ -45,7 +43,6 @@ module com { module sun { module star { module document {
*/
published interface XDocumentInfoSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** provides the document information object
@returns
@@ -54,7 +51,6 @@ published interface XDocumentInfoSupplier: com::sun::star::uno::XInterface
XDocumentInfo getDocumentInfo();
};
-//=============================================================================
}; }; }; };