To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72499
------- Additional comments from [EMAIL PROTECTED] Fri Dec 15 04:08:23 -0800 2006 ------- Having only a quick glance at the patch: - we don't require boost for the SDK, thus including boost headers isn't allowed - removing the conversion operator to Reference<XInterface> const& and adding a member function template: this will create temporaries (requiring a pair of acquire()/release() calls) in cases where currently Reference<XInterface> const& doesn't. I can't foresee whether this is a performance problem or not. Can we safely keep the conversion operator? We would avoid running into that potential problem then. --------------------------------------------------------------------- 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]
