summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_rtfimport.mk
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-03-08 11:53:13 +0100
committerMichael Stahl <Michael.Stahl@cib.de>2019-03-08 14:21:59 +0100
commit6d75afb75219905a4bd3337aee5fea5ba019da4a (patch)
treec1ce6b6f0ae54f8c2bc8f9358cc45407ac7fcfd2 /sw/CppunitTest_sw_rtfimport.mk
parent44a524379548c916d304a71980f6911231768018 (diff)
sw: replace long lists of components with services.rdb
This should be more maintainable. Change-Id: I60ee68cd79f7a0627bcaf8fd34d3036124ea0f9e Reviewed-on: https://gerrit.libreoffice.org/68914 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sw/CppunitTest_sw_rtfimport.mk')
-rw-r--r--sw/CppunitTest_sw_rtfimport.mk32
1 files changed, 1 insertions, 31 deletions
diff --git a/sw/CppunitTest_sw_rtfimport.mk b/sw/CppunitTest_sw_rtfimport.mk
index 92cc12c75a28..58a92e1e2cce 100644
--- a/sw/CppunitTest_sw_rtfimport.mk
+++ b/sw/CppunitTest_sw_rtfimport.mk
@@ -57,37 +57,7 @@ $(eval $(call gb_CppunitTest_use_api,sw_rtfimport,\
$(eval $(call gb_CppunitTest_use_ure,sw_rtfimport))
$(eval $(call gb_CppunitTest_use_vcl,sw_rtfimport))
-$(eval $(call gb_CppunitTest_use_components,sw_rtfimport,\
- basic/util/sb \
- canvas/source/factory/canvasfactory \
- comphelper/util/comphelp \
- configmgr/source/configmgr \
- embeddedobj/util/embobj \
- emfio/emfio \
- filter/source/config/cache/filterconfig1 \
- filter/source/storagefilterdetect/storagefd \
- framework/util/fwk \
- i18npool/util/i18npool \
- linguistic/source/lng \
- package/util/package2 \
- package/source/xstor/xstor \
- sax/source/expatwrap/expwrap \
- sw/util/sw \
- sw/util/swd \
- sfx2/util/sfx \
- starmath/util/sm \
- svl/source/fsstor/fsstorage \
- svtools/util/svt \
- toolkit/util/tk \
- ucb/source/core/ucb1 \
- ucb/source/ucp/file/ucpfile1 \
- unotools/util/utl \
- unoxml/source/service/unoxml \
- uui/util/uui \
- writerfilter/util/writerfilter \
- vcl/vcl.common \
- xmloff/util/xo \
-))
+$(eval $(call gb_CppunitTest_use_rdb,sw_rtfimport,services))
$(eval $(call gb_CppunitTest_use_configuration,sw_rtfimport))