[Libreoffice-commits] core.git: chart2/CppunitTest_chart2_export.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Aug 2 10:01:15 UTC 2018


 chart2/CppunitTest_chart2_export.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 66467726ece9a252f78928d6dfad803cc2c87a81
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Thu Aug 2 10:09:24 2018 +0200
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Thu Aug 2 12:00:51 2018 +0200

    Fix dependency
    
    Change-Id: Iff0fa9e4bdc8e7498805fbe2553f67df5c6db744
    Reviewed-on: https://gerrit.libreoffice.org/58465
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/chart2/CppunitTest_chart2_export.mk b/chart2/CppunitTest_chart2_export.mk
index f59c5e349d49..75baa42b6428 100644
--- a/chart2/CppunitTest_chart2_export.mk
+++ b/chart2/CppunitTest_chart2_export.mk
@@ -128,6 +128,10 @@ $(eval $(call gb_CppunitTest_use_components,chart2_export,\
     xmlscript/util/xmlscript \
 ))
 
+$(eval $(call gb_CppunitTest_use_uiconfigs,chart2_export, \
+    modules/swriter \
+))
+
 $(eval $(call gb_CppunitTest_use_configuration,chart2_export))
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list