diff options
author | Justin Luth <justin.luth@collabora.com> | 2018-09-04 09:38:42 +0300 |
---|---|---|
committer | Justin Luth <justin_luth@sil.org> | 2018-09-04 21:30:19 +0200 |
commit | efd316b6171b9e1827c5e34ddb12658f48268e24 (patch) | |
tree | 9acf9c2638fe01cb2c9ae3508b252d4a90b6365f /sw/Module_sw.mk | |
parent | aa978430637448effd2b94dbedd561c1c7a52f42 (diff) |
tdf#94009 ww8export: always export section margins
Since the internal SW defaults (0) don't match the import
defaults, always write the top/bottom, left/right margins
into the document definition.
It is very rare indeed to have a zero margin anyway, since
the page margin being zero is highly discouraged because
of printing. The bug report is for DOCX, but it also
affects DOC.
I don't have an example where LRSpace is skipped, but it
only makes sense to treat these two the same just in case.
Change-Id: Ie9a08ad0dd4f73bc976756fe244fc33e2dc804f3
Reviewed-on: https://gerrit.libreoffice.org/59967
Tested-by: Jenkins
Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index c3feaa8feb5b..cafeb93af03b 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -81,6 +81,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_ooxmlimport2 \ CppunitTest_sw_ww8export \ CppunitTest_sw_ww8export2 \ + CppunitTest_sw_ww8export3 \ CppunitTest_sw_ww8import \ CppunitTest_sw_rtfexport \ CppunitTest_sw_rtfexport2 \ |