diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-27 21:35:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-27 21:35:53 +0100 |
commit | b014a121ac40fae6da41ecdcd69a79ce9ffbe74d (patch) | |
tree | 825e3aa00f8c9a75507018f9b9673ea523cca47a /sw | |
parent | b32d3f24bb1e1b6e2f24dd4ad60273aadc607cfc (diff) |
add uui component to some other places
Change-Id: If07caacf7bc18b39820db73fe64201f9cb97bc6c
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_rtfimport.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ )) |