summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/BaseIndexMark.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/BaseIndexMark.idl')
-rw-r--r--offapi/com/sun/star/text/BaseIndexMark.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/BaseIndexMark.idl b/offapi/com/sun/star/text/BaseIndexMark.idl
index ef5f867a6710..28830ed96e9c 100644
--- a/offapi/com/sun/star/text/BaseIndexMark.idl
+++ b/offapi/com/sun/star/text/BaseIndexMark.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/text/TextContent.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** is a <type>TextRange</type> which is explicitly marked
as an index entry. This is the base service of index marks for <type>DocumentIndex</type>,
@@ -35,7 +33,6 @@
published service BaseIndexMark
{
service com::sun::star::text::TextContent;
- //-------------------------------------------------------------------------
/** the string that will be inserted into the corresponding index. If AlternativeText is empty then
the string that is marked by the TextRange is inserted into the index.
@@ -43,7 +40,6 @@ published service BaseIndexMark
[property] string AlternativeText;
};
-//=============================================================================
}; }; }; };
#endif