From d93543f495b71ddc0536b86a4cc3fb1410418b61 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 19 Mar 2013 15:43:18 +0200 Subject: fdo#46808, Convert i18n::IndexEntrySupplier to new style Change-Id: I673de5bea83f8c6d993757cbd5ae996d2b8e9e84 --- offapi/UnoApi_offapi.mk | 2 +- offapi/com/sun/star/i18n/IndexEntrySupplier.idl | 8 +------- offapi/type_reference/types.rdb | Bin 7439872 -> 7439872 bytes 3 files changed, 2 insertions(+), 8 deletions(-) (limited to 'offapi') diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index a88e7d70da13..4e2d13383509 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -181,6 +181,7 @@ $(eval $(call gb_ZipUnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/i18n,\ BreakIterator \ CharacterClassification \ Collator \ + IndexEntrySupplier \ InputSequenceChecker \ LocaleCalendar \ LocaleData \ @@ -915,7 +916,6 @@ $(eval $(call gb_ZipUnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/grap )) $(eval $(call gb_ZipUnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/i18n,\ ChapterCollator \ - IndexEntrySupplier \ )) $(eval $(call gb_ZipUnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/image,\ ImageMap \ 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 #include @@ -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; }; }; }; }; diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb index d98aaadb41d3..fd52d36ff322 100644 Binary files a/offapi/type_reference/types.rdb and b/offapi/type_reference/types.rdb differ -- cgit