summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_filters_test.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2018-02-15 23:04:58 -0500
committerKohei Yoshida <libreoffice@kohei.us>2018-02-16 12:41:02 +0100
commitcbec4cb7b11081ccc75822cf4954a5cc253c15f3 (patch)
tree50811e197e1e2087b65bbf9617cea11a6442a015 /sc/CppunitTest_sc_filters_test.mk
parent2448e6cfeb787ae37cdadd7d6181e723b7024d27 (diff)
Add a test case for importing merged cells from Excel 2003 XML file.
Since the filter type has changed, we need to also update the filter flags used in the unit tests. And because the new filter no longer relies on XSLT, we can drop the dependency on xslt. Change-Id: I9dd040b3c8c0e95300c4dda1b87bf448a800097d Reviewed-on: https://gerrit.libreoffice.org/49832 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'sc/CppunitTest_sc_filters_test.mk')
-rw-r--r--sc/CppunitTest_sc_filters_test.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/CppunitTest_sc_filters_test.mk b/sc/CppunitTest_sc_filters_test.mk
index 3026f841504a..1f83822b107a 100644
--- a/sc/CppunitTest_sc_filters_test.mk
+++ b/sc/CppunitTest_sc_filters_test.mk
@@ -113,8 +113,4 @@ $(eval $(call gb_CppunitTest_use_components,sc_filters_test,\
$(eval $(call gb_CppunitTest_use_configuration,sc_filters_test))
-$(eval $(call gb_CppunitTest_use_packages,sc_filters_test,\
- filter_xslt \
-))
-
# vim: set noet sw=4 ts=4: