summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 09:45:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 09:45:55 +0000
commitfe9212aef03a4c2018c92a78cba8283aaf82e7d7 (patch)
treedac2195f6d6ade0624fb33905c2ea84c1b7eeb7a
parentc13ac43a9a0a4b4e1571c85fc5c45f28b8fc96aa (diff)
INTEGRATION: CWS i18napi (1.3.100); FILE MERGED
2003/04/22 10:17:19 er 1.3.100.1: #107686# update service descriptions
-rw-r--r--offapi/com/sun/star/i18n/IndexEntrySupplier.idl7
1 files changed, 5 insertions, 2 deletions
diff --git a/offapi/com/sun/star/i18n/IndexEntrySupplier.idl b/offapi/com/sun/star/i18n/IndexEntrySupplier.idl
index 0fbb60571..be16beef0 100644
--- a/offapi/com/sun/star/i18n/IndexEntrySupplier.idl
+++ b/offapi/com/sun/star/i18n/IndexEntrySupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: IndexEntrySupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:05:41 $
+ * last change: $Author: vg $ $Date: 2003-04-24 10:45:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,7 @@
#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/i18n/XIndexEntrySupplier.idl>
+#include <com/sun/star/i18n/XExtendedIndexEntrySupplier.idl>
//=============================================================================
@@ -76,6 +77,8 @@ service IndexEntrySupplier
{
interface com::sun::star::i18n::XIndexEntrySupplier;
interface com::sun::star::lang::XServiceInfo;
+
+ [optional] interface com::sun::star::i18n::XExtendedIndexEntrySupplier;
};
//=============================================================================