To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47724





------- Additional comments from [EMAIL PROTECTED] Mon Jun 25 18:29:20 +0000 
2007 -------
Besides that the implementation of ScInterpreter::PushError(USHORT) is missing
from the patch (it is only declared in interpr.hxx), what I actually meant was
to change declaration of
void ScInterpreter::PushError();
to
void ScInterpreter::PushError( USHORT nErr = errIllegalArgument );

and implementation in interpr4.cxx to

void ScInterpreter::PushError( USHORT nErr )
{
    SetError( nErr );     // only sets error if not already set
    PushInt(0);
}

Sorry for being unclear.


---------------------------------------------------------------------
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]

Reply via email to