From 0425ccba5b2f8819d6fade05d96a72d64db1ce0c Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 5 May 2017 15:02:20 +0200 Subject: sw txt export: Greatly improve the export of bullets & numbering. Includes unit testing infrastructure for .txt export too + the actual unit test. Change-Id: I19a32955bbc9b97449b4240917fe2505bc3dd54c Reviewed-on: https://gerrit.libreoffice.org/37295 Tested-by: Jenkins Reviewed-by: Jan Holesovsky --- sw/Module_sw.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/Module_sw.mk') diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index a003ae57c454..0ab442fb3c7b 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -74,6 +74,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_rtfimport \ CppunitTest_sw_odfexport \ CppunitTest_sw_odfimport \ + CppunitTest_sw_txtexport \ CppunitTest_sw_uiwriter \ CppunitTest_sw_mailmerge \ CppunitTest_sw_globalfilter \ -- cgit