summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-04-07 23:22:08 +0200
committerMichael Stahl <mstahl@redhat.com>2012-04-08 01:05:52 +0200
commitc923f7d2c210dc7846767fc0ac6ece2a0d7812a8 (patch)
tree4895fcbbf423daf410da5a8ef8e09ef8064c5c67 /xmloff
parenta16060116346533923c607bd406d3fea511b41ec (diff)
gbuild: "use" vs. "add":
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/JunitTest_xmloff_unoapi.mk2
-rw-r--r--xmloff/Library_xo.mk4
-rw-r--r--xmloff/Library_xof.mk4
3 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/JunitTest_xmloff_unoapi.mk b/xmloff/JunitTest_xmloff_unoapi.mk
index 11ad77210520..e506f9b47a44 100644
--- a/xmloff/JunitTest_xmloff_unoapi.mk
+++ b/xmloff/JunitTest_xmloff_unoapi.mk
@@ -35,7 +35,7 @@ $(eval $(call gb_JunitTest_set_defs,xmloff_unoapi,\
-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/xmloff/qa/unoapi/testdocuments \
))
-$(eval $(call gb_JunitTest_add_jars,xmloff_unoapi,\
+$(eval $(call gb_JunitTest_use_jars,xmloff_unoapi,\
$(OUTDIR)/bin/OOoRunner.jar \
$(OUTDIR)/bin/ridl.jar \
$(OUTDIR)/bin/test.jar \
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk
index fe3d14693ad0..9fbfcdd5e877 100644
--- a/xmloff/Library_xo.mk
+++ b/xmloff/Library_xo.mk
@@ -41,12 +41,12 @@ $(eval $(call gb_Library_add_defs,xo,\
-DXMLOFF_DLLIMPLEMENTATION \
))
-$(eval $(call gb_Library_add_api,xo,\
+$(eval $(call gb_Library_use_api,xo,\
udkapi \
offapi \
))
-$(eval $(call gb_Library_add_linked_libs,xo,\
+$(eval $(call gb_Library_use_libraries,xo,\
basegfx \
comphelper \
cppu \
diff --git a/xmloff/Library_xof.mk b/xmloff/Library_xof.mk
index 26cb1a95cf7e..2b7f17af91c9 100644
--- a/xmloff/Library_xof.mk
+++ b/xmloff/Library_xof.mk
@@ -35,12 +35,12 @@ $(eval $(call gb_Library_set_include,xof,\
$$(INCLUDE) \
))
-$(eval $(call gb_Library_add_api,xof,\
+$(eval $(call gb_Library_use_api,xof,\
udkapi \
offapi \
))
-$(eval $(call gb_Library_add_linked_libs,xof,\
+$(eval $(call gb_Library_use_libraries,xof,\
comphelper \
cppu \
cppuhelper \