summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/UserDefinedIndex.idl
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-03-07 11:41:22 +0000
committerOliver Specht <os@openoffice.org>2001-03-07 11:41:22 +0000
commit5e8025f4dacb3b23edaa10dc0d84f939dffc829a (patch)
treef485bba18a26e0062cc5f23c9ddcb1f67c8d38ba /offapi/com/sun/star/text/UserDefinedIndex.idl
parentbcb54d5336f850d386b788bd1654ba10f0036f8f (diff)
#84726# DocumentIndexMarks now readonly
Diffstat (limited to 'offapi/com/sun/star/text/UserDefinedIndex.idl')
-rw-r--r--offapi/com/sun/star/text/UserDefinedIndex.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/UserDefinedIndex.idl b/offapi/com/sun/star/text/UserDefinedIndex.idl
index b131da5404b1..3d8aa251904d 100644
--- a/offapi/com/sun/star/text/UserDefinedIndex.idl
+++ b/offapi/com/sun/star/text/UserDefinedIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UserDefinedIndex.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:21 $
+ * last change: $Author: os $ $Date: 2001-03-07 12:41:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -117,7 +117,7 @@ service UserDefinedIndex
/**
contains all index marks that are related to this index.
*/
- [property] sequence <com::sun::star::text::XDocumentIndexMark> DocumentIndexMarks;
+ [readonly, property] sequence <com::sun::star::text::XDocumentIndexMark> DocumentIndexMarks;
};
//=============================================================================