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





------- Additional comments from [EMAIL PROTECTED] Wed Aug 31 06:16:00 -0700 
2005 -------
I agree with the comments made, but the original defect I reported still exists.

The problem is *NOT* that SUMIF does not take an array (though that may well in
itself be another issue).  The problem is that the PassThru function is changing
the type of variable.

If SUMIF on D2:D10 works, that means D2:D10 is a CellRange as is explained that
SUMIF works only on CellRange.

Then, PassThru takes a Variant, so in this case we should be expecting an Object
(of type CellRange).

Then we simply return that type, and SUMIF should use it happily since we have
*not* modified the type.  Yet, it fails, since somewhere in the chain the
CellRange was converted to an array, yet it was not the StarBasic code that did 
it.

This is the defect I wanted to report, SUMIF was just an example to demonstrate
the error.


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