To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71027
User sb changed the following:
What |Old value |New value
================================================================================
Assigned to|sb |pjanik
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Oct 31 04:15:23 -0800
2006 -------
Three notes:
1 iFIXME-i18npool.diff: Should better read
---8<---
{
#ifdef MACOSX
rtl_Locale *procLocale;
+ (void) pGetLangFromEnv; /* unused */
if ( osl_getProcessLocale(&procLocale) == osl_Process_E_None )
{
---8<---
2 iFIXME-testtools.diff: Please consistently use either pattern
T x = T();
or
T x = 0;
in a single area of code.
3 iFIXME-xmlscript.diff: Please use
sal_Bool x = sal_False;
instead of
sal_Bool x = 0;
---------------------------------------------------------------------
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]