summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ww8import.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-07-29 20:49:21 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-30 08:50:29 +0200
commit90928f23994d8fc1d9cc7edf95880782c8ca712a (patch)
tree7fd62eecead69ce0e14bf5215a011a4b9e3b9440 /sw/CppunitTest_sw_ww8import.mk
parent736f65e53b966774f2d72e6f2479fd335986f5a6 (diff)
tdf#112535 DOC import: fix handling the have contour but no polygon case
In case a graphic has contour enabled, but there is no wrap polygon, that means auto-contour in Writer, and no contour in Word, so handle this difference during DOC import. Regarding the DOCX import -> DOC export -> DOC import scenario, this fixes a regression from commit 628a0f313ed05db0149db680837c99267a77ea3c (DOCX drawingML import: handle SurroundContour shape property, 2014-08-11), though the DOC import part was always broken, I think. Change-Id: I6049fcf5df20736b702de901aef7068826d43f18 (cherry picked from commit 5b7b269c5e32abf4fbb6a664453e422e3667f4a3) Reviewed-on: https://gerrit.libreoffice.org/76566 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/CppunitTest_sw_ww8import.mk')
-rw-r--r--sw/CppunitTest_sw_ww8import.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ww8import.mk b/sw/CppunitTest_sw_ww8import.mk
index 31a7dcbe80ba..01e0d6b95164 100644
--- a/sw/CppunitTest_sw_ww8import.mk
+++ b/sw/CppunitTest_sw_ww8import.mk
@@ -25,6 +25,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8import, \
unotest \
vcl \
sfx \
+ svl \
sw \
utl \
))