To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=99937 Issue #|99937 Summary|same color for all authors during change tracking Component|Word processor Version|OOO310m4 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|ui Assigned to|writerneedsconfirm Reported by|mod
------- Additional comments from [email protected] Thu Mar 5 23:33:28 +0000 2009 ------- - new writer doc - enable change tracking - write some stuff - change user data - write some stuff again -> should have different colors, but all authors have the same color It seems the reason is that in SwModule::GetRedlineAuthor(), bAuthorInitialised is true for all following authors, therefore it always returns the index of the first author and all get the same color. Root cause seems to be that no SFX_HINT_USER_OPTIONS_CHANGED is sent, which would set bAuthorInitialised to FALSE again inside SwModule::Notify. Seems like configitems02_svn integrated into m38 caused this regression --------------------------------------------------------------------- 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]
