summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/DocumentIndexes.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-02 10:57:33 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-02 10:57:33 +0000
commit8062cab56aff97620d938722d3be0156bbdae988 (patch)
treea32b6042179c8a1339d626e8e11f0c55ff1dba00 /offapi/com/sun/star/text/DocumentIndexes.idl
parent#94215# asynchronous queue is not made public anymore (diff)
downloadcore-8062cab56aff97620d938722d3be0156bbdae988.tar.gz
core-8062cab56aff97620d938722d3be0156bbdae988.zip
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/text/DocumentIndexes.idl')
-rw-r--r--offapi/com/sun/star/text/DocumentIndexes.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/DocumentIndexes.idl b/offapi/com/sun/star/text/DocumentIndexes.idl
index dcc16f9b7df8..58a50290630c 100644
--- a/offapi/com/sun/star/text/DocumentIndexes.idl
+++ b/offapi/com/sun/star/text/DocumentIndexes.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentIndexes.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2000-11-17 09:23:44 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,7 @@
service DocumentIndexes
{
/** This interface makes it possible to access all <type>BaseIndex</type>
- instances within this context (e.g. a document) by its name.
+ instances within this context (e.g., a document) by its name.
<p>The type of the interfaces returned by this collection is
always <type>XDocumentIndex</type>.
@@ -89,7 +89,7 @@ service DocumentIndexes
interface com::sun::star::container::XNameAccess;
/** This interface makes it possible to access all <type>BaseIndex</type>
- instances within this context (e.g. a document) by its index.
+ instances within this context (e.g., a document) by its index.
<p>The type of the interfaces returned by this collection is
always <type>XDocumentIndex</type>.