To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=75680
------- Additional comments from [EMAIL PROTECTED] Sat Mar 24 10:58:51 +0000 2007 ------- Open new bugdoc, save file, have a look at the resulting content.xml. There are not 2 alphabatic-index-marks in the deletion redline. Reproducible also with m124! Looks like there's a bug in SwTxtNode::Copy(): There is an index mark at position 13-32 and at position 15-21 (which is the region of the deletion redline). Saving the document, SwRedline::Hide() is called. The region 15-21 is moved to the redline section of the document. After this there are two index marks in the redline section, because it is assumed that the attribute from 15-21 has to be copied as well. This seems to be the bug. (Note: There's a comment in the source code: "Never copy refmarks". Perhaps this should also hold for toxmarks). After this SwRedline::Show() is called again and we end up having an additional index mark at position 15-21 in the hintsarray. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
