To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=87461
------- Additional comments from [email protected] Fri Jun 5 06:06:24 +0000 2009 ------- Saving of color settings does work in DEV300_m49, but there still remains the problem with empty default values. This is because of integer conversions: default value is represented by (sal_Int32)-1 and converted to ULONG, which is 8 bytes long on x86_64. This causes problems later in sw/source/ui/config/optpage.cxx:2110 and following lines, where the default branch of switch is always selected. The attached patch should fix that. --------------------------------------------------------------------- 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]
