To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=62090 Issue #:|62090 Summary:|Inefficient comparison of ScPatternAttr Component:|Spreadsheet Version:|680m154 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|open-import Assigned to:|nn Reported by:|nn
------- Additional comments from [EMAIL PROTECTED] Wed Feb 15 05:59:42 -0800 2006 ------- ScPatternAttr::operator== uses the general-case SfxItemSet comparison, although each ScPatternAttr's SfxItemSet has the same ID range and only poolable items. With this constraint, only the count and item pointers have to be compared, which is much faster. --------------------------------------------------------------------- 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]
