related tdf#140336 docxsdrexport: always clear vmlTextFrame attrs
commit83dc9d3b77f9f6b03af0e7a4be4805e4ecf12145
authorJustin Luth <justin.luth@collabora.com>
Sat, 27 Mar 2021 09:51:59 +0000 (27 11:51 +0200)
committerJustin Luth <justin_luth@sil.org>
Fri, 18 Jun 2021 17:33:21 +0000 (18 19:33 +0200)
tree598bad39c3975fd944388f1bb0565bcadfd7f860
parent840095f417af6619977f688f421e449273c26cae
related tdf#140336 docxsdrexport: always clear vmlTextFrame attrs

Blind fix - it just doesn't look right, and caused troubles
when making a patch for bug 140336. When the VMLTextFrame is
written out, surely the collected attributes for it should
be cleared instead of spilling over into the next
non-textbox-only VMLTextFrame.

I expect the textbox-only frames never have any gradients or
SOLID fills, so it has never been a problem yet.

Change-Id: I3aa23aadf9ab5a0be54ffbd7ea114f94c48aaddd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113206
Tested-by: Jenkins
Reviewed-by: Justin Luth <justin_luth@sil.org>
sw/source/filter/ww8/docxsdrexport.cxx