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





------- Additional comments from [EMAIL PROTECTED] Sun Jan  6 18:51:26 +0000 
2008 -------
Here's the patch which makes Calc 100% compatible with Excel on this one:

sc/source/core/tool/interpr2.cxx line 335

<                       if (nDate2 < nDate1)

>                       if (bFlag && (nDate2 < nDate1))

Tested on my OOo 2.2.1 sandpit, but I don't think module this was changed in 2.3
or 2.3.1 so this same patch should apply.


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