To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=69841 Issue #|69841 Summary|64bit: .ppt linespacing falls into promotion rule whic |h causes overhuge line spacing Component|Drawing Version|OOo 2.0.4 Platform|Opteron/x86_64 URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|cmc Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Mon Sep 25 07:19:13 -0700 2006 ------- As described in https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=207856 .ppt linespacing is whacked when loaded ono x86_64. This patch fixes, the problem is that the promotion rule assigned to an unsigned sal_uInt32 so as to do calculations with a value larger than the original USHORT, but the promotion on USHORT - sal_uInt32 doesn't do what the original coder expects under x86_64 --------------------------------------------------------------------- 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]
