summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/UserIndexMark.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/UserIndexMark.idl')
-rw-r--r--offapi/com/sun/star/text/UserIndexMark.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/UserIndexMark.idl b/offapi/com/sun/star/text/UserIndexMark.idl
index a15ad973eda1..1a52691a225e 100644
--- a/offapi/com/sun/star/text/UserIndexMark.idl
+++ b/offapi/com/sun/star/text/UserIndexMark.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/text/BaseIndexMark.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** is a <type>TextRange</type> which is explicitly marked
as an index entry for a <type>UserIndex</type>.
@@ -37,14 +35,12 @@ published service UserIndexMark
service com::sun::star::text::TextContent;
service com::sun::star::text::BaseIndexMark;
- //-------------------------------------------------------------------------
/** contains the name of the user index it belongs to.
*/
[property] string UserIndexName;
};
-//=============================================================================
}; }; }; };