To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60643
User sb changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Jan 16 06:12:59 -0800
2006 -------
What I can offer is to add to each Java class C that represents a UNO plain
struct type, polymorphic struct type template, or (for completeness) exception
type a new method
boolean is_equal(C other)
that does a member-wise equality check (recursively). (Two other approaches to
support this functionality, namely either using equals(Object) or overloading
that with equals(C), would both be incompatible changes.)
We should probably offer something similar for C++, too.
---------------------------------------------------------------------
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]