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





------- Additional comments from [EMAIL PROTECTED] Wed Apr 11 11:34:08 +0000 
2007 -------
Code is in sc/source/core/tool/interpr1.cxx method ScInterpreter::ScIsValue(),
in the case of svMatrix before calling pMat->IsValue(...) it has to be checked
whether the value is in fact an error value, like

if (pMat->GetErrorIfNotString(...) == 0)
    nRes = pMat->IsValue(...);

Additionally, in methods ScInterpreter::ScIsNV(), ScInterpreter::ScIsErr() and
ScInterpreter::ScIsError(), the expressions using
GetDoubleErrorValue(pMat->GetDouble(...)) must be changed to
pMat->GetErrorIfNotString(...) to avoid the tiny but not impossible chance of an
arbitrary error value being assumed in case the matrix element was in fact a 
string.

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