summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/IllustrationsIndex.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/IllustrationsIndex.idl')
-rw-r--r--offapi/com/sun/star/text/IllustrationsIndex.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/IllustrationsIndex.idl b/offapi/com/sun/star/text/IllustrationsIndex.idl
index 004fbd356e21..e8b3fe015ef6 100644
--- a/offapi/com/sun/star/text/IllustrationsIndex.idl
+++ b/offapi/com/sun/star/text/IllustrationsIndex.idl
@@ -42,13 +42,13 @@ published service IllustrationsIndex
{
service com::sun::star::text::BaseIndex;
- /* determins if the name or the label of an object is used to create the index.
+ /* determines if the name or the label of an object is used to create the index.
*/
[optional, property] boolean CreateFromLabels; //tables, illustrations
- /* determins the name of the sequence field that is evaluated to create the index.
+ /* determines the name of the sequence field that is evaluated to create the index.
*/
[optional, property] string LabelCategory; //tables, illustrations
- /* determins the way the paragraph containing a label is included in the index.
+ /* determines the way the paragraph containing a label is included in the index.
@see ChapterFormat*/
[optional, property] short LabelDisplayType;//tables, illustrations
};