https://bugs.documentfoundation.org/show_bug.cgi?id=147724
--- Comment #4 from Vasily Melenchuk (CIB) <[email protected]> --- Problem is reproduced successfully. Short analysis: 1. Since 7.3 LibreOffice is trying to evaluate databindings for sdt elements, like MS Word does. Before this was ignored, but since in customXml value for this sdt was identical to placeholder data in document.xml it was looking like everything okay. 2. I see that data binding xpath in this sdt element successfully resolves to "ABC" from customXml\item1.xml AND at the same time to "HERUNTERLADEN" from customXml\item2.xml. Since LO currently does not take into account w:storeItemID (not yet implemented) it can't distinguish which one value to use. 3. During resaving document in MS Word it can change order of custom xmls and so in LO we have different order of resolved data values. So it does helps only by accident. -- You are receiving this mail because: You are the assignee for the bug.
