summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/DocumentIndexMarkAsian.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/DocumentIndexMarkAsian.idl')
-rw-r--r--offapi/com/sun/star/text/DocumentIndexMarkAsian.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/DocumentIndexMarkAsian.idl b/offapi/com/sun/star/text/DocumentIndexMarkAsian.idl
index 818ffa561556..2bd9d2099ef6 100644
--- a/offapi/com/sun/star/text/DocumentIndexMarkAsian.idl
+++ b/offapi/com/sun/star/text/DocumentIndexMarkAsian.idl
@@ -21,11 +21,9 @@
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** is a <type>TextRange</type> which is explicitly marked
as an index entry for a <type>DocumentIndex</type>.
@@ -37,24 +35,20 @@
*/
published service DocumentIndexMarkAsian
{
- //-------------------------------------------------------------------------
/** contains the reading of the string which has been chosen for the
index entry.
*/
[property] string TextReading;
- //-------------------------------------------------------------------------
/** contains the reading of the primary key of the index entry.
It is used to build a hierarchical document index.
*/
[property] string PrimaryKeyReading;
- //-------------------------------------------------------------------------
/** contains the reading the secondary key of the index entry.
It is used to build a hierarchical document index.
*/
[property] string SecondaryKeyReading;
};
-//=============================================================================
}; }; }; };
#endif