summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_bugfix_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_bugfix_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_bugfix_test.mk')
-rw-r--r--sc/CppunitTest_sc_bugfix_test.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/CppunitTest_sc_bugfix_test.mk b/sc/CppunitTest_sc_bugfix_test.mk
index d14a9e1154da..7a5d5825d1d8 100644
--- a/sc/CppunitTest_sc_bugfix_test.mk
+++ b/sc/CppunitTest_sc_bugfix_test.mk
@@ -119,8 +119,4 @@ endif
$(eval $(call gb_CppunitTest_use_configuration,sc_bugfix_test))
-$(eval $(call gb_CppunitTest_use_packages,sc_bugfix_test,\
- filter_xslt \
-))
-
# vim: set noet sw=4 ts=4: