To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=81359 Issue #|81359 Summary|CWS chart11 breaks in svtools on x86_64 Component|utilities Version|680m227 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|cd Reported by|fridrich_strba
------- Additional comments from [EMAIL PROTECTED] Fri Sep 7 10:57:40 +0000 2007 ------- The cws_src680_chart11 breaks on 64-bits because of type missmatch: /home/cloph/compile/shadow/svtools/source/control/fmtfield.cxx: In member function ´void FormattedField::SetTextFormatted(const String&)´: /home/cloph/compile/shadow/svtools/source/control/fmtfield.cxx:485: error: no matching function for call to ´SvNumberFormatter::IsNumberFormat(String&, ULONG&, double&)´ ../../inc/svtools/zforlist.hxx:507: note: candidates are: BOOL SvNumberFormatter::IsNumberFormat(const String&, sal_uInt32&, double&) dmake: Error code 1, while making ´../../unxlngx6.pro/slo/fmtfield.obj´ ULONG is 64 bit unsigned integer on x86_64, so that prototype that expects sal_Int32 is not a match for the function call. A use of sal_Int32 consistently can avoid such issues --------------------------------------------------------------------- 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]
