https://bugs.documentfoundation.org/show_bug.cgi?id=136441

--- Comment #6 from Mike Kaganski <mikekagan...@hotmail.com> ---
Sorry for the noise; of course, if I answer "No" to the question is I want to
proceed, I get the error from the description.

Note again that the file opens fine in Word.

The problem is <w:commentRangeStart w:id="72"/>...<w:commentRangeEnd
w:id="72"/> followed by <w:commentReference w:id="72"/> in word/footnotes.xml.
The latter w:commentReference element results in a call to
OOXMLDocumentImpl::resolveComment, which tries to resolve a dedicated comments
stream referenced from current stream (word/footnotes.xml), but there's none in
word/_rels, so the following tries to resolve the comment 72 in absent stream,
instead of trying to get the comment defined in-line in the current stream
first.

So this is in fact not a filesave issue, but fileopen issue...

Hope this would be helpful to whoever tries to fix this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to