To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80264
------- Additional comments from [EMAIL PROTECTED] Wed Aug 1 17:32:05 +0000 2007 ------- The attached patch fix the problem which end up being a 64-bits issue. Basically Size as defined in util/tools/inc/tools/gen.hxx:228 is using long for its members. But the awt::Size that is extracted for the Any type is using 32-bits value. The code was just casting pointers. The patch does the conversion by extracting the awt::Size first, then assigning the members directly. The crash was caused by the Size value being too large.... (garbage + 32bits of value in a 64bits long) patch against m220 in the sd module. --------------------------------------------------------------------- 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]
