https://bugs.documentfoundation.org/show_bug.cgi?id=147892
--- Comment #10 from Miklos Vajna <[email protected]> --- Some ideas: - The output in document.xml looks not well-formed. This must be because we screw up the start/end calls in sw/source/filter/ww8/docxattributeoutput.cxx, but hard to guess, given that also marking / merging is involved as a fast serializer level. It feels like this is the root cause. - You can hide the previously hidden problem again but limiting the effect of the above commit. It was meant to modify how editing works, so perhaps adding a condition to not do anything in the pDoc->IsInReading() case (where pDoc is an SwDoc*) would work around the immediate problem. -- You are receiving this mail because: You are the assignee for the bug.
