To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72766
------- Additional comments from [EMAIL PROTECTED] Wed Dec 20 02:31:49 -0800 2006 ------- Comments on size-cppuhelper.diff: 1 interfacecontainer.h #include <hash_map> can go (and #include <functional> as well?). 2 interfacecontainer.hxx #define CONT_HASHMAP was bad&evil from the start. I would suggest leaving it alone (for max compatibility) and using the newly introduced InterfaceMap typedef instead. 3 interfacecontainer.cxx findType and findLong are so similar they should be turned into a single template (namely std::find). --------------------------------------------------------------------- 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]
