xmloff_uxmloff fails on Linux too, now -> disable it (mergelibs)

Would be nicer to fix it though.

Change-Id: Ia5f49a69374e9e79a9a16542bc44f279b9e5a6f7
This commit is contained in:
Matúš Kukan 2015-01-09 20:30:43 +01:00
parent e52589553c
commit 8dfe08697b

View File

@ -26,7 +26,7 @@ $(eval $(call gb_Module_add_targets,xmloff,\
))
$(eval $(call gb_Module_add_check_targets,xmloff,\
$(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
$(if $(MERGELIBS),, \
CppunitTest_xmloff_uxmloff) \
))