tdf#82802 sw conditional style conditions not saved for TextBody
commit4b5aaa9edfd58ec8f73de127410656f884f944d7
authorJustin Luth <justin.luth@collabora.com>
Mon, 7 Dec 2020 14:11:18 +0000 (7 17:11 +0300)
committerMichael Stahl <michael.stahl@cib.de>
Sat, 19 Dec 2020 19:55:43 +0000 (19 20:55 +0100)
tree930cf411814e80493da7f8f1d35de3c6e871b685
parent1e7b134a5d81ec41902552f24243444c6bf542d2
tdf#82802 sw conditional style conditions not saved for TextBody

Someone thought it would be a good idea for the
built-in paragraph style Text Body to be special
and support conditional formatting.
It has been broken for import/export since 2015.

It was mostly fixed in duplicate issue tdf#103091,
but the side case of Text Body was missed.

Partially reverting commit a5b4cb3f836c991d0647f55e1ef4920ce6115eac.
xNewStyle didn't need to be a member variable
since it is assigned to GetStyle anyway.

Change-Id: I102d86c0b1f28e42b2c1350abc247b6b1f8acd4e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107352
Tested-by: Justin Luth <justin_luth@sil.org>
Reviewed-by: Justin Luth <justin_luth@sil.org>
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
sw/qa/extras/odfexport/data/tdf103091.fodt
sw/qa/extras/odfexport/odfexport.cxx
sw/source/filter/xml/xmlfmt.cxx