summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2015-01-09 20:30:43 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2015-01-09 20:32:19 +0100
commit8dfe08697b94e9b167a9bf66acf44ab5d6be562a (patch)
treec3e04f743c0764dbd87205ece868a97d8a04a8cd /xmloff
parente52589553caaf05951b8e26b86ed2ebd1a8cae2e (diff)
xmloff_uxmloff fails on Linux too, now -> disable it (mergelibs)
Would be nicer to fix it though. Change-Id: Ia5f49a69374e9e79a9a16542bc44f279b9e5a6f7
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/Module_xmloff.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/Module_xmloff.mk b/xmloff/Module_xmloff.mk
index 93b9c9ba9f80..a3c560341e3a 100644
--- a/xmloff/Module_xmloff.mk
+++ b/xmloff/Module_xmloff.mk
@@ -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) \
))