sw/ooxmlexport_setup.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
New commits: commit fe7eac1e0776ae3fd9f24b40590021eab8ac4ac9 Author: Caolán McNamara <[email protected]> Date: Wed Apr 12 15:56:00 2017 +0100 ooxmlexport4 triggers .ui loading too Change-Id: I9ed7b3a90f87d9235f80b7d5201ea35ac1ec01e1 diff --git a/sw/ooxmlexport_setup.mk b/sw/ooxmlexport_setup.mk index d793575f13af..7bd941f4c2b3 100644 --- a/sw/ooxmlexport_setup.mk +++ b/sw/ooxmlexport_setup.mk @@ -114,7 +114,11 @@ $(eval $(call gb_CppunitTest_use_components,sw_ooxmlexport$(1),\ filter/source/storagefilterdetect/storagefd \ )) -$(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlexport$(1))) +$(eval $(call gb_CppunitTest_use_instdir_configuration,sw_ooxmlexport$(1))) + +$(eval $(call gb_CppunitTest_use_uiconfigs,sw_ooxmlexport$(1),\ + modules/swriter \ +)) $(eval $(call gb_CppunitTest_use_packages,sw_ooxmlexport$(1),\ oox_customshapes \
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
