summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-27 21:35:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-27 21:35:53 +0100
commitb014a121ac40fae6da41ecdcd69a79ce9ffbe74d (patch)
tree825e3aa00f8c9a75507018f9b9673ea523cca47a
parentb32d3f24bb1e1b6e2f24dd4ad60273aadc607cfc (diff)
add uui component to some other places
Change-Id: If07caacf7bc18b39820db73fe64201f9cb97bc6c
-rw-r--r--desktop/CppunitTest_desktop_lib.mk1
-rw-r--r--sw/CppunitTest_sw_rtfimport.mk3
2 files changed, 3 insertions, 1 deletions
diff --git a/desktop/CppunitTest_desktop_lib.mk b/desktop/CppunitTest_desktop_lib.mk
index aed16db65eb9..93b75f0e78a8 100644
--- a/desktop/CppunitTest_desktop_lib.mk
+++ b/desktop/CppunitTest_desktop_lib.mk
@@ -71,6 +71,7 @@ $(eval $(call gb_CppunitTest_use_components,desktop_lib,\
ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \
unoxml/source/service/unoxml \
+ uui/util/uui \
xmloff/util/xo \
i18npool/source/search/i18nsearch \
filter/source/graphic/graphicfilter \
diff --git a/sw/CppunitTest_sw_rtfimport.mk b/sw/CppunitTest_sw_rtfimport.mk
index 537a211d93ad..3be64d04b8aa 100644
--- a/sw/CppunitTest_sw_rtfimport.mk
+++ b/sw/CppunitTest_sw_rtfimport.mk
@@ -72,7 +72,8 @@ $(eval $(call gb_CppunitTest_use_components,sw_rtfimport,\
ucb/source/ucp/file/ucpfile1 \
unotools/util/utl \
unoxml/source/service/unoxml \
- writerfilter/util/writerfilter \
+ uui/util/uui \
+ writerfilter/util/writerfilter \
xmloff/util/xo \
))