summaryrefslogtreecommitdiff
path: root/offapi
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
parent8d83827d94266a08e999047151d6cd691acc6e46 (diff)
fdo#46808, Convert i18n::IndexEntrySupplier to new style
Change-Id: I673de5bea83f8c6d993757cbd5ae996d2b8e9e84
Diffstat (limited to 'offapi')
-rw-r--r--offapi/UnoApi_offapi.mk2
-rw-r--r--offapi/com/sun/star/i18n/IndexEntrySupplier.idl8
-rw-r--r--offapi/type_reference/types.rdbbin7439872 -> 7439872 bytes
3 files changed, 2 insertions, 8 deletions
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 <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;
}; }; }; };
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index d98aaadb41d3..fd52d36ff322 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ