To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=97421
------- Additional comments from [email protected] Fri Dec 18 07:47:59 +0000 2009 ------- hi mba, I tested a some bigger document which contains some redlines in and found it spend too much time on openning file... it's because my change in ComparePosition() in the patch. So please give it up. i just changed "if( rStt1 < rStt2 )" to "if( rStt1 <= rStt2 )". The ComparePosition() is called in AppendRedline() and according result returned from ComparePosition(), many redlines will be inserted into pRedlineTbl. Could you please give me some suggestions about the logic to handle redlines here? I will continue working on this issue. --------------------------------------------------------------------- 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]
