From 8f1a1092d47947847e1d888b0284e8364c663d1f Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 28 Jan 2016 17:52:40 +0100 Subject: tdf#97371 DOCX import: fix text covered by shape Regression from commit 358666e4204364ce915ee95372dc6f2fca545253 (tdf#90153 DOCX import: fix default sw TextFrame roundtrip, 2015-09-28), the problem was that at the moment SwTextBoxHelper::syncProperty() doesn't handle an AnchorType at-para -> at-char transition, so the importer shouldn't do that for TextBoxes till sw core gets extended to support the scenario. Change-Id: I8308bfd306672bc68984fbf019767c174130e18d Reviewed-on: https://gerrit.libreoffice.org/21885 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- sw/CppunitTest_sw_ooxmlimport.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/CppunitTest_sw_ooxmlimport.mk') diff --git a/sw/CppunitTest_sw_ooxmlimport.mk b/sw/CppunitTest_sw_ooxmlimport.mk index 4074255a7cf3..dbcead9598c3 100644 --- a/sw/CppunitTest_sw_ooxmlimport.mk +++ b/sw/CppunitTest_sw_ooxmlimport.mk @@ -27,6 +27,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlimport, \ sw \ tl \ vcl \ + svxcore \ $(gb_UWINAPI) \ )) -- cgit v1.2.3