To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66666
------- Additional comments from [EMAIL PROTECTED] Fri Jun 23 02:37:41 -0700 2006 ------- Hmm... NULL being an integer makes problems where used as sentinel in variadic functions, like gtk_widget_style_get( pWidget, "indicator_size", &indicator_size, NULL ); Should be: gtk_widget_style_get( pWidget, "indicator_size", &indicator_size, (char *)NULL ); Maybe this is the case as well? I've created patches for these two days ago, but did not file them yet because of the site update - I'll do it & post here the issue number. sb: Back to the definition of NULL in tools/inc/solar.h; why do we re-define it there at all, please? --------------------------------------------------------------------- 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]
