When you edit a Writer document it changes the content XML by adding a text:span. eg
<text:p text:style-name="P1"> One two three
<text:span text:style-name="T1">three point five</text:span>
four five. </text:p>
In the above the original content was “One two three four five.” and I saved the doc then added “three point five” after the original “three”.
After many edits the content.xml is a mass of text:spans with varying text:style-name. Is there any way of tidying up the mass of text:spans? I do not record track changes and list track changes shows nothing.
I could nuke it to a new document via a text file (select all, copy, paste to text file then paste the text file to a new document), but I’d have to reformat the document.
Cheers!