From a1ac10f3acc027fa325fb846f79db6af90dfc223 Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Sat, 5 Sep 2020 12:41:51 +0300 Subject: move round-tripables to ww8export #2 This is a followup to much earlier commit a9afa89e953f0f32acf26b143717e7d067cbc75a This serves two purposes. It helps to prevent regressions and it allows focus on features that still don't export properly. A few more DO export, but things like lazy-load are just testing load-related things, so skipped a few that didn't seem to have any value in being round-tripped. Change-Id: I718e3c09074e7b52d8e83dc9a659f6439ce17d3c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102073 Tested-by: Jenkins Reviewed-by: Justin Luth --- sw/CppunitTest_sw_ww8export.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/CppunitTest_sw_ww8export.mk') diff --git a/sw/CppunitTest_sw_ww8export.mk b/sw/CppunitTest_sw_ww8export.mk index 0d79d53d9d57..beec46f3cc7f 100644 --- a/sw/CppunitTest_sw_ww8export.mk +++ b/sw/CppunitTest_sw_ww8export.mk @@ -21,6 +21,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8export, \ comphelper \ cppu \ cppuhelper \ + editeng \ emboleobj \ sal \ test \ -- cgit