summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ww8import.mk
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-12-12 00:31:13 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2018-12-12 05:51:53 +0100
commitd398e9248c183cf988b6d985b342b0cbff93ea02 (patch)
tree6750cb396ae1baabf22184ee26ddd58c888a29ff /sw/CppunitTest_sw_ww8import.mk
parent3c964980da07892a02d5ac721d80558c459532d0 (diff)
tdf#121734: ww8 import: use direct formatting for floating object frames
... and don't modify standard frame styles to have no borders and padding. This makes "Frame", "OLE", and "Graphics" frame styles of imported DOC files to have usual settings (for "Frame", it's 1.5 mm padding and all borders set to 0.05 pt black line). All objects that need invisible frame will have them with all necessary settings set explicitly, which allows to copy and paste such frames to other documents without problems. This makes DOC import aligned with DOCX import in this regard. Change-Id: I6f05cf71e63ceccb8e0ddebe23ec41bf69af9b52 Reviewed-on: https://gerrit.libreoffice.org/64992 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@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 1ccc1a3f20aa..bb73e4230da0 100644
--- a/sw/CppunitTest_sw_ww8import.mk
+++ b/sw/CppunitTest_sw_ww8import.mk
@@ -19,6 +19,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8import, \
comphelper \
cppu \
cppuhelper \
+ editeng \
sal \
test \
unotest \