To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=62430 Issue #:|62430 Summary:|64bit: mismatch between set and get RowTranslation Component:|Chart Version:|OOo 2.0.2 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|kla Reported by:|cmc
------- Additional comments from [EMAIL PROTECTED] Wed Feb 22 04:49:25 -0800 2006 ------- SetRowTranslation uses sal_Int32*, while GetRowTranslation uses long*, which are currently the same for 32bit, but are different for 64bit. defined in sch/memchrt.hxx A patch attached to translate as things currently are in sc where it is used, but which way do you want this fixed, both long*, or both sal_Int32* ? --------------------------------------------------------------------- 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]
