summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/DocumentIndex.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/DocumentIndex.idl')
-rw-r--r--offapi/com/sun/star/text/DocumentIndex.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/DocumentIndex.idl b/offapi/com/sun/star/text/DocumentIndex.idl
index 989a01cbab72..439cfeb2ee70 100644
--- a/offapi/com/sun/star/text/DocumentIndex.idl
+++ b/offapi/com/sun/star/text/DocumentIndex.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/text/BaseIndex.idl>
#include <com/sun/star/text/XDocumentIndexMark.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** specifies service of content indexes within a document.@see com::sun::star::text::BaseIndex
*/
@@ -83,18 +81,15 @@ published service DocumentIndex
*/
[readonly, property] sequence <com::sun::star::text::XDocumentIndexMark> DocumentIndexMarks;
- //------------------------------------------------------------------------
/** contains the locale of the index.
*/
[property] com::sun::star::lang::Locale Locale;
- //------------------------------------------------------------------------
/** contains the name of the sort algorithm that is used to sort the entries.
*/
[property] string SortAlgorithm;
};
-//=============================================================================
}; }; }; };