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



Author: kyoshida
Date: Wed Sep 17 14:40:14 2008
New Revision: 13919
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13919&view=rev

Log:
2008-09-17  Kohei Yoshida  <kyoshida novell com>

	* patches/dev300/calc-xls-parser-sheet-name-fix-sc.diff: updated per
	upstream comment.


Modified:
   trunk/ChangeLog
   trunk/patches/dev300/calc-xls-parser-sheet-name-fix-sc.diff

Modified: trunk/patches/dev300/calc-xls-parser-sheet-name-fix-sc.diff
==============================================================================
--- trunk/patches/dev300/calc-xls-parser-sheet-name-fix-sc.diff	(original)
+++ trunk/patches/dev300/calc-xls-parser-sheet-name-fix-sc.diff	Wed Sep 17 14:40:14 2008
@@ -8,7 +8,7 @@
                  p++;
 -            } else 
 +            }
-+            else if (uc > 128)
++            else if (uc > 127)
 +            {
 +                // non ASCII character is allowed.
 +                ++p;



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