summaryrefslogtreecommitdiff
path: root/offapi/UnoApi_offapi.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-01-08 14:29:06 +0200
committerNoel Grandin <noel@peralex.com>2013-01-15 09:56:03 +0200
commit251f1b0b38be7d1267339898e44e320f05849e22 (patch)
treebb6568b4a42879743fb91c5b03c54654ffb53cac /offapi/UnoApi_offapi.mk
parent64fc0ccde17bbe80fb25f9e07ba68f6aa304c3ef (diff)
fdo#46808, Adapt embed::*EmbeddedObjectCreator UNO services to new style
The services already existed, it just did not have an IDL file. Adapts com.sun.star.embed.OOoEmbeddedObjectFactory com.sun.star.embed.OLEEmbeddedObjectFactory com.sun.star.embed.EmbeddedObjectCreator Change-Id: I8ba01c7fd956a46c87d02dc7d61bdd5fcdf21ab8
Diffstat (limited to 'offapi/UnoApi_offapi.mk')
-rw-r--r--offapi/UnoApi_offapi.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index a8d540a6879a..47bec3c6fe19 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -114,10 +114,13 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/drawing/fr
))
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/embed,\
DocumentCloser \
+ EmbeddedObjectCreator \
FileSystemStorageFactory \
HatchWindowFactory \
InstanceLocker \
OLESimpleStorage \
+ OLEEmbeddedObjectFactory \
+ OOoEmbeddedObjectFactory \
StorageFactory \
))
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/form/inspection,\
@@ -2336,6 +2339,7 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/embed,\
XComponentSupplier \
XEmbedObjectClipboardCreator \
XEmbedObjectCreator \
+ XEmbeddedObjectCreator \
XEmbedObjectFactory \
XEmbedPersist \
XEmbeddedClient \