ooo-build r12999 - in trunk: . patches/dev300



Author: kyoshida
Date: Mon Jun 30 18:47:10 2008
New Revision: 12999
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12999&view=rev

Log:
2008-06-30  Kohei Yoshida  <kyoshida novell com>

	* patches/dev300/sc-string-arg.diff: detected a silly mistake that 
	caused subtraction to always fail!


Modified:
   trunk/ChangeLog
   trunk/patches/dev300/sc-string-arg.diff

Modified: trunk/patches/dev300/sc-string-arg.diff
==============================================================================
--- trunk/patches/dev300/sc-string-arg.diff	(original)
+++ trunk/patches/dev300/sc-string-arg.diff	Mon Jun 30 18:47:10 2008
@@ -220,11 +220,12 @@
          switch ( nCurFmtType )
          {
              case NUMBERFORMAT_DATE :
-@@ -1486,7 +1496,11 @@ void ScInterpreter::ScSub()
+@@ -1486,7 +1496,12 @@ void ScInterpreter::ScSub()
          pMat2 = GetMatrix();
      else
      {
 -        fVal2 = GetDouble();
++        fVal2 = GetDouble(true, true);
 +        if (nGlobalError)
 +        {
 +            PushError(nGlobalError);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]