summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_odfimport.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/CppunitTest_sw_odfimport.mk')
-rw-r--r--sw/CppunitTest_sw_odfimport.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_odfimport.mk b/sw/CppunitTest_sw_odfimport.mk
index ecaf98bf5d83..ee565568b431 100644
--- a/sw/CppunitTest_sw_odfimport.mk
+++ b/sw/CppunitTest_sw_odfimport.mk
@@ -75,7 +75,9 @@ $(eval $(call gb_CppunitTest_use_components,sw_odfimport,\
unoxml/source/service/unoxml \
uui/util/uui \
$(if $(filter-out MACOSX WNT,$(OS)), \
- vcl/vcl.unx \
+ $(if $(filter-out TRUE,$(ENABLE_HEADLESS)), \
+ vcl/vcl.unx \
+ ) \
) \
$(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \
xmloff/util/xo \
in more placesKhaled Hosny 2016-12-07convert PolyFlags to scoped enumNoel Grandin 2016-11-26Dead codeKhaled Hosny 2016-11-26Kill PspFontLayoutKhaled Hosny 2016-11-26Kill code for Type 1 fonts on UnixKhaled Hosny 2016-09-01std::list<sal_Int32> to vectorNoel Grandin 2016-08-30default dtor and assignment are ok hereCaolán McNamara 2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin 2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin 2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin 2016-05-26loplugin:unusedreturntypesNoel Grandin 2016-05-24Convert ImageType to scoped enumNoel Grandin 2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock 2016-01-18loplugin: unused return values in vcl/Noel Grandin 2016-01-11vcl: move vcl/generic/print files to vcl/unx/generic/printChris Sherlock