Created attachment 144534 [details] Comparison before and after Steps to reproduce: 1. Open attachment 100131 [details] from bug 78470 2. Save it as .ODT ( Not reproduced as .DOC/.DOCX ) 3. Open the new file Observed behaviour: Paragraph spacing is 0. See attached comparison Reproduced in Version: 6.2.0.0.alpha0+ Build ID: 3bd8316718fdfed454c01a9c4ae6af6beb34437d CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: threaded [Bug found by office-interoperability-tools]
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=2c00f5c896bee61033b93ddb9f32d959b0b01e94 author Justin Luth <justin_luth@sil.org> 2018-07-27 13:29:39 +0300 committer Miklos Vajna <vmiklos@collabora.co.uk> 2018-08-08 12:33:46 +0200 commit 2c00f5c896bee61033b93ddb9f32d959b0b01e94 (patch) tree ff3645619586e6793759c49f27ac5af0e9675863 parent 674416a2f16dfa050a23f2b1f0b749214ea1f2a6 (diff) tdf#103961: delay merge of default props until export Bisected with: bibisect-linux64-6.2 Adding Cc: to Justin Luth Increasing severity as many files are affected based on the results from office-interoperability-tools
attachment 83725 [details] from bug 67830 is also affected
or attachment 134903 [details] from bug 65393
Created attachment 144535 [details] another file affected @Justin, If you need more documents affected, I can provide them, for now, you have 4 affected...
Probably am going to have to revert that patch. It was an "enable to solve problems in the future" patch mainly for table-styles. But in core/xmloff, ODT exportTextStyles doesn't export the RUNNING default "Paragraph style", but just a createInstance( "com.sun.star.text.Defaults" ). So EVERYTHING that I dump in defaults is going to be lost. And every unit test breaks if you DO save the running defaults because of an invalid draw:fill attribute (long-standing bugs 94768 and bug 103602 I think).
fixed by http://cgit.freedesktop.org/libreoffice/core/commit/?id=ca762d7016ac1271a17e2d4371cca71a78455376 ~revert tdf#103961: delay merge of default props until export It will be available in 6.2.0.
Verified in Version: 6.2.0.0.alpha0+ Build ID: b74db4138342f646fda061eac5d6759ecf2c366f CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: threaded