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





------- Additional comments from [EMAIL PROTECTED] Mon Dec 19 09:00:32 -0800 
2005 -------
Patch for it.

--- sc/source/core/tool/interpr1.cxx    2005-11-13 23:30:11.000000000 +0530
+++ sc/source/core/tool/interpr1.cxx    2005-12-19 22:04:52.000000000 +0530
@@ -2387,6 +2387,8 @@ void ScInterpreter::ScValue()
     double fVal;
     if (pFormatter->IsNumberFormat(aInputString, nFIndex, fVal))
         PushDouble(fVal);
+    else if(aInputString.Len() == 0)
+        PushDouble(0.0);
     else
         SetIllegalArgument();
 }



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