summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/ContentIndexMark.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/ContentIndexMark.idl')
-rw-r--r--offapi/com/sun/star/text/ContentIndexMark.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/ContentIndexMark.idl b/offapi/com/sun/star/text/ContentIndexMark.idl
index 7d19d7c3fc8b..46b6d21aef23 100644
--- a/offapi/com/sun/star/text/ContentIndexMark.idl
+++ b/offapi/com/sun/star/text/ContentIndexMark.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/text/BaseIndexMark.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from xml: service com::sun::star::text::DocumentIndexMark
/** is a <type>TextRange</type> which is explicitly marked
@@ -39,14 +37,12 @@ published service ContentIndexMark
service com::sun::star::text::BaseIndexMark;
- //-------------------------------------------------------------------------
/** contains the level into which the index mark will be inserted into the content index.
*/
[property] short Level;
};
-//=============================================================================
}; }; }; };