summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XDocumentIndex.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XDocumentIndex.idl')
-rw-r--r--offapi/com/sun/star/text/XDocumentIndex.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/XDocumentIndex.idl b/offapi/com/sun/star/text/XDocumentIndex.idl
index 0d45fc10b88c..6a25c13f7a7a 100644
--- a/offapi/com/sun/star/text/XDocumentIndex.idl
+++ b/offapi/com/sun/star/text/XDocumentIndex.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/text/XTextContent.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::text::XDocumentIndex
/** This is the main interface for a document index.
@@ -58,14 +56,12 @@
*/
published interface XDocumentIndex: com::sun::star::text::XTextContent
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::text::XDocumentIndex::getServiceName
/** returns the service name that was used to create this document index type.
*/
string getServiceName();
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::text::XDocumentIndex::update
/** initiates an update to the document index.
@@ -74,7 +70,6 @@ published interface XDocumentIndex: com::sun::star::text::XTextContent
};
-//=============================================================================
}; }; }; };