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

--- Comment #21 from Kevin Suo <suokunl...@126.com> ---
Steps to Observe the Problem:

1. Download the docx file in attachment 130600, make a copy and unzip it.

2. Open comments.xml with xml editor. 
--> You will see that there are six (6) <w:p> tags, while the 1st one has the
value "A", all others are blank.

3. Open the docx file with MSO, count the total lines (paragraphs) in the
comments.
--> There are six (6), including "A". This is correct, same as the xml file
shows,

4. Open the docx file with Writer, count the total lines (paragraphs) in the
comments.
--> There are seven (7), including "A". This is wrong! The xml file shows 6
<w:p> only.

So I guess there is sth wrong with a for-loop in the fileopen code,e.g.:
for (i=0;i<n;i++) {
   ...
}
...

-- 
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