summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-02-04 16:18:01 +0200
committerNoel Grandin <noel@peralex.com>2013-02-12 10:14:43 +0200
commit53ec703c14470cb18845fc4483ec36c13b0d744e (patch)
tree4cde768b9b70c00e34801680ac6bcc4a889c5489 /offapi
parenta6a8a8707b6ae111f94bac094d3c2909f523ca6f (diff)
fdo#46808, Adapt linguistic2::DictionaryList UNO service to new style
Change-Id: Iaf81a38063411b8a003b78f7eb7d6aab6c9df292
Diffstat (limited to 'offapi')
-rw-r--r--offapi/UnoApi_offapi.mk2
-rw-r--r--offapi/com/sun/star/linguistic2/DictionaryList.idl10
-rw-r--r--offapi/type_reference/types.rdbbin7440384 -> 7440384 bytes
3 files changed, 3 insertions, 9 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index 257ccd07f89f..e088dd5a84b6 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -183,6 +183,7 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/i18n,\
))
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/linguistic2,\
ConversionDictionaryList \
+ DictionaryList \
LanguageGuessing \
LinguServiceManager \
Proofreader \
@@ -907,7 +908,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/image,\
$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/linguistic2,\
ConversionDictionary \
Dictionary \
- DictionaryList \
HangulHanjaConversionDictionary \
Hyphenator \
LinguProperties \
diff --git a/offapi/com/sun/star/linguistic2/DictionaryList.idl b/offapi/com/sun/star/linguistic2/DictionaryList.idl
index fc8e06a1e81c..4e0c53ed8950 100644
--- a/offapi/com/sun/star/linguistic2/DictionaryList.idl
+++ b/offapi/com/sun/star/linguistic2/DictionaryList.idl
@@ -19,13 +19,11 @@
#ifndef __com_sun_star_linguistic2_DictionaryList_idl__
#define __com_sun_star_linguistic2_DictionaryList_idl__
-#include <com/sun/star/lang/XComponent.idl>
+#include <com/sun/star/linguistic2/XSearchableDictionaryList.idl>
module com { module sun { module star { module linguistic2 {
- published interface XSearchableDictionaryList;
-
/** is the list of personal dictionaries.
<P>The active dictionaries of this list will be used for
@@ -35,11 +33,7 @@ module com { module sun { module star { module linguistic2 {
@see <type scope="com::sun::star::linguistic2">XDictionaryList</type>
@see <type scope="com::sun::star::linguistic2">XSearchableDictionaryList</type>
*/
-published service DictionaryList
-{
- interface com::sun::star::linguistic2::XSearchableDictionaryList;
- interface com::sun::star::lang::XComponent;
-};
+published service DictionaryList : XSearchableDictionaryList;
}; }; }; };
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index dee150aff27e..cb5ccc0fac4b 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ