Issue 68635 - com.sun.star.awt.Size objects can not be compared with equal
Summary: com.sun.star.awt.Size objects can not be compared with equal
Status: CLOSED WONT_FIX
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: jsc
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-15 09:56 UTC by ocke.janssen
Modified: 2013-02-24 21:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ocke.janssen 2006-08-15 09:56:52 UTC
Size size = new Size(100,100);
Size expRes = new Size(100,100);
size.equals(expRes) always returns false
Comment 1 jsc 2006-10-18 09:22:13 UTC
jsc -> oj: we can not support this because it would be an incompatbile change in
Java UNO. But that is not the only point because structs with sequence members
would be also bad. In this case the equal from the array would be used and that
checks for object equality and even not for element equality. If you have
further questons please ask me directly
Comment 2 jsc 2006-10-18 09:25:15 UTC
closed