https://bugs.documentfoundation.org/show_bug.cgi?id=163311
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ilmari.lauhakangas@libreoff | |ice.org --- Comment #8 from Buovjaga <[email protected]> --- Not sure what's up with this, but here is the relevant bit of XML from word/document.xml inside the document: <w:r> <w:rPr> <w:rFonts w:cs="Times New Roman" w:ascii="Times New Roman" w:hAnsi="Times New Roman"/> <w:highlight w:val="green"/> <w:lang w:val="en-GB"/> </w:rPr> <w:t>aa aa</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:cs="Times New Roman" w:ascii="Times New Roman" w:hAnsi="Times New Roman"/> <w:lang w:val="en-GB"/> </w:rPr> <w:t xml:space="preserve"></w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:cs="Times New Roman" w:ascii="Times New Roman" w:hAnsi="Times New Roman"/> <w:highlight w:val="green"/> <w:lang w:val="en-GB"/> </w:rPr> <w:t xml:space="preserve"> AAA</w:t> There is like an empty element <w:t xml:space="preserve"></w:t> between 'aa aa' and ' AAA'. -- You are receiving this mail because: You are the assignee for the bug.
