| Summary: | FILESAVE: ODT: paragraph spacing not preserved after RT | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Xisco Faulí <xiscofauli> |
| Component: | Writer | Assignee: | Justin L <jluth> |
| Status: | VERIFIED FIXED | ||
| Severity: | major | CC: | jluth, xiscofauli |
| Priority: | high | Keywords: | bibisected, bisected, filter:odt, regression |
| Version: | 6.2.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=103961 | ||
| Whiteboard: | target:6.2.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
Comparison before and after
another file affected |
||
|
Description
Xisco Faulí
2018-08-29 14:57:11 UTC
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 |