summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/DocumentIndexes.idl
diff options
context:
space:
mode:
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 bf70ded51260..09c51eb7adb2 100644
--- a/offapi/com/sun/star/text/DocumentIndexes.idl
+++ b/offapi/com/sun/star/text/DocumentIndexes.idl
@@ -31,19 +31,19 @@
*/
published service DocumentIndexes
{
- /** This interface makes it possible to access all <type>BaseIndex</type>
+ /** This interface makes it possible to access all BaseIndex
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>.
+ always XDocumentIndex.
*/
interface com::sun::star::container::XNameAccess;
- /** This interface makes it possible to access all <type>BaseIndex</type>
+ /** This interface makes it possible to access all BaseIndex
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>.
+ always XDocumentIndex.
*/
interface com::sun::star::container::XIndexAccess;