summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-03-19 15:43:18 +0200
committerNoel Grandin <noel@peralex.com>2013-03-20 07:32:49 +0200
commitd93543f495b71ddc0536b86a4cc3fb1410418b61 (patch)
treec4af295eb1e1b7f724ce09f11561aedb1128972f /offapi/com
parent8d83827d94266a08e999047151d6cd691acc6e46 (diff)
fdo#46808, Convert i18n::IndexEntrySupplier to new style
Change-Id: I673de5bea83f8c6d993757cbd5ae996d2b8e9e84
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/i18n/IndexEntrySupplier.idl8
1 files changed, 1 insertions, 7 deletions
diff --git a/offapi/com/sun/star/i18n/IndexEntrySupplier.idl b/offapi/com/sun/star/i18n/IndexEntrySupplier.idl
index 7b4b1c5f7e60..fa7814f6ddc5 100644
--- a/offapi/com/sun/star/i18n/IndexEntrySupplier.idl
+++ b/offapi/com/sun/star/i18n/IndexEntrySupplier.idl
@@ -20,7 +20,6 @@
#ifndef __com_sun_star_i18n_IndexEntrySupplier_idl__
#define __com_sun_star_i18n_IndexEntrySupplier_idl__
-#include <com/sun/star/i18n/XIndexEntrySupplier.idl>
#include <com/sun/star/i18n/XExtendedIndexEntrySupplier.idl>
@@ -28,12 +27,7 @@ module com { module sun { module star { module i18n {
/// Supplier for creating index entries in a "table of alphabetical index"
-published service IndexEntrySupplier
-{
- interface com::sun::star::i18n::XIndexEntrySupplier;
-
- [optional] interface com::sun::star::i18n::XExtendedIndexEntrySupplier;
-};
+published service IndexEntrySupplier : XExtendedIndexEntrySupplier;
}; }; }; };