From 1001dbaef4dec2b51c25ed8343bab6910f1219e1 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 19 Mar 2021 08:42:35 +0100 Subject: ODT import: handle style name of covered cells Similar to commit 66ac8e60896f6306bed8fbb34606fd14474f19ce (sw: fix unwanted long vertical border around vertically merged Word cell, 2021-03-04), but that one was for the DOCX import / rendering. Change-Id: I394a4f062544a9774b9b40ec757cb37e72220561 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112696 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- sw/CppunitTest_sw_odfimport.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/CppunitTest_sw_odfimport.mk') diff --git a/sw/CppunitTest_sw_odfimport.mk b/sw/CppunitTest_sw_odfimport.mk index 61a1547dd473..dabab5254279 100644 --- a/sw/CppunitTest_sw_odfimport.mk +++ b/sw/CppunitTest_sw_odfimport.mk @@ -19,11 +19,13 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_odfimport, \ $(eval $(call gb_CppunitTest_use_libraries,sw_odfimport, \ comphelper \ + editeng \ cppu \ cppuhelper \ sal \ svt \ sfx \ + svl \ sw \ swqahelper \ test \ -- cgit