summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_core_doc.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-01-11 21:03:34 +0100
committerMiklos Vajna <vmiklos@collabora.com>2021-01-12 16:07:41 +0100
commit200cd2b99bee18962a970edc5d059286f6c3ea0e (patch)
tree04b1b5b4c7fbe307f38c687b16ae815a6e4d1188 /sw/CppunitTest_sw_core_doc.mk
parentf2e04fe98e313cffa3f98d55eae641415142a431 (diff)
tdf#138995 DOCX import: fix handling of textbox zorders
Regression from commit d379d18666aa42031359ca8eb34b0021960347ae (oox: import WPS shape with text as shape with textbox, 2014-06-18), the problem was that a textbox's shape + textframe are internally 2 sdr objects, so once GraphicZOrderHelper knows the current shape should be on top of a shape+frame pair, it should suggest a larger ZOrder. This is necessary till there is no setter version of SwTextBoxHelper::getOrdNum(), which would allow import filters to ignore this complexity, but that would be a larger change. Change-Id: Ibbb1bcd9301eb369f25f211120f62be7c59b0fd2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109111 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/CppunitTest_sw_core_doc.mk')
-rw-r--r--sw/CppunitTest_sw_core_doc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_core_doc.mk b/sw/CppunitTest_sw_core_doc.mk
index ba2555099e3b..934ccf8eee6f 100644
--- a/sw/CppunitTest_sw_core_doc.mk
+++ b/sw/CppunitTest_sw_core_doc.mk
@@ -24,6 +24,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_core_doc, \
editeng \
sal \
sfx \
+ svxcore \
sw \
swqahelper \
test \