summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-18 19:07:42 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-18 19:07:42 +0100
commit80556d91cc422d10c675a209d223940b7f101935 (patch)
tree91a75537c4640023380b16247318813068e58824 /solenv
parentput the libs into the right layer (diff)
downloadcore-80556d91cc422d10c675a209d223940b7f101935.tar.gz
core-80556d91cc422d10c675a209d223940b7f101935.zip
fix number of arguments
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/InternalUnoApi.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/InternalUnoApi.mk b/solenv/gbuild/InternalUnoApi.mk
index 0c1b3f6604d7..f0c8fc37d7fb 100644
--- a/solenv/gbuild/InternalUnoApi.mk
+++ b/solenv/gbuild/InternalUnoApi.mk
@@ -50,12 +50,12 @@ $$(eval $$(call gb_Module_register_target,$(call gb_InternalUnoApi_get_target,$(
endef
define gb_InternalUnoApi_add_idlfile
-$(call gb_UnoApiTarget_add_idlfile,$(1),$(2))
+$(call gb_UnoApiTarget_add_idlfile,$(1),$(2),$(3))
endef
define gb_InternalUnoApi_add_idlfiles
-$(call gb_UnoApiTarget_add_idlfiles,$(1),$(2))
+$(call gb_UnoApiTarget_add_idlfiles,$(1),$(2),$(3))
endef