summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/BaseIndex.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/BaseIndex.idl')
-rw-r--r--offapi/com/sun/star/text/BaseIndex.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/text/BaseIndex.idl b/offapi/com/sun/star/text/BaseIndex.idl
index 0ced1ad42150..028d0bf5b9f0 100644
--- a/offapi/com/sun/star/text/BaseIndex.idl
+++ b/offapi/com/sun/star/text/BaseIndex.idl
@@ -38,11 +38,9 @@
#include <com/sun/star/lang/Locale.idl>
#include <com/sun/star/text/XTextSection.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from xml: service com::sun::star::text::BaseIndex
/** specifies the basic service of different indexes within a document.@see com::sun::star::text::DocumentIndex
@@ -57,7 +55,6 @@ published service BaseIndex
// DocMerge: empty anyway
interface com::sun::star::text::XDocumentIndex;
- //-------------------------------------------------------------------------
/** contains the title of the index.*/
// DocMerge: empty anyway
@@ -154,17 +151,12 @@ published service BaseIndex
complete document content or from the current chapter only.
<p> It is not available in the bibliography</p>*/
[optional, property] boolean CreateFromChapter;
- //------------------------------------------------------------------------
/** the text section containing the content of the index */
[property] com::sun::star::text::XTextSection ContentSection;
- //------------------------------------------------------------------------
- //------------------------------------------------------------------------
/** the text section containing the header of the index */
[property] com::sun::star::text::XTextSection HeaderSection;
- //------------------------------------------------------------------------
};
-//=============================================================================
}; }; }; };