summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TableIndex.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/TableIndex.idl')
-rw-r--r--offapi/com/sun/star/text/TableIndex.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/TableIndex.idl b/offapi/com/sun/star/text/TableIndex.idl
index 8a6d7977421c..420d57e1a75a 100644
--- a/offapi/com/sun/star/text/TableIndex.idl
+++ b/offapi/com/sun/star/text/TableIndex.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/text/BaseIndex.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** specifies service of table indexes within a document.
@see com::sun::star::text::BaseIndex
@@ -36,17 +34,14 @@ published service TableIndex
{
service com::sun::star::text::BaseIndex;
- //-------------------------------------------------------------------------
/** determines if the name or the label of an object is used to create the index.
*/
[optional, property] boolean CreateFromLabels; //tables, illustrations
- //-------------------------------------------------------------------------
/** determines the name of the sequence field that is evaluated to create the index.
*/
[optional, property] string LabelCategory; //tables, illustrations
- //-------------------------------------------------------------------------
/** determines the way the paragraph containing a label is included in the index.
@see ReferenceFieldPart allowed constant values: only TEXT, CATEGORY_AND_NUMBER and
ONLY_CAPTION
@@ -54,7 +49,6 @@ published service TableIndex
[optional, property] short LabelDisplayType;//tables, illustrations
};
-//=============================================================================
}; }; }; };