gnumeric r17142 - in trunk: . plugins/excel



Author: mortenw
Date: Tue Feb 17 14:53:13 2009
New Revision: 17142
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17142&view=rev

Log:
2009-02-17  Morten Welinder  <terra gnome org>

	* ms-formula-read.c (excel_func_desc): Rename entry 92 back to
	"SERIES" hoping that won't break anything.  Fixes #572127.



Modified:
   trunk/NEWS
   trunk/plugins/excel/ChangeLog
   trunk/plugins/excel/ms-formula-read.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Feb 17 14:53:13 2009
@@ -107,6 +107,7 @@
 	* Make dependency debug output a little easier to read.
 	* Warn when we drop csv rows.  [#571603]
 	* Fix SERIESSUM.
+	* Fix xls export of SERIESSUM.  [#572127]
 
 --------------------------------------------------------------------------
 Gnumeric 1.9.3

Modified: trunk/plugins/excel/ms-formula-read.c
==============================================================================
--- trunk/plugins/excel/ms-formula-read.c	(original)
+++ trunk/plugins/excel/ms-formula-read.c	Tue Feb 17 14:53:13 2009
@@ -140,7 +140,7 @@
 
 /* 90 */  { "DEREF",		-1, -1, XL_XLM },
 /* 91 */  { "WINDOWS",		-1, -1, XL_XLM },
-/* 92 */  { "SERIESSUM",	 4,  4, XL_STD,  4, 'V', "VVVA" },	/* Renamed from SERIES */
+/* 92 */  { "SERIES",	         4,  4, XL_STD,  4, 'V', "VVVA" },  /* See bug #572127 */
 /* 93 */  { "DOCUMENTS",	-1, -1, XL_XLM },
 /* 94 */  { "ACTIVE.CELL",	-1, -1, XL_XLM },
 /* 95 */  { "SELECTION",	-1, -1, XL_XLM },



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