gnumeric r17302 - trunk/plugins/excel



Author: jody
Date: Sun Apr  5 01:37:28 2009
New Revision: 17302
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17302&view=rev

Log:
nothing interesting

Modified:
   trunk/plugins/excel/excel-xml-read.c

Modified: trunk/plugins/excel/excel-xml-read.c
==============================================================================
--- trunk/plugins/excel/excel-xml-read.c	(original)
+++ trunk/plugins/excel/excel-xml-read.c	Sun Apr  5 01:37:28 2009
@@ -705,11 +705,12 @@
 static void
 xl_xml_num_fmt (GsfXMLIn *xin, xmlChar const **attrs)
 {
-#if 0
-	static EnumVal const named_format [] = {
-		{ "General"		},
-		{ "General Number"		},
-		{ "General Date"		},
+	static struct {
+		const char *name;
+		const char *format;
+	} named_format [] = {
+		{ "General Number"	},
+		{ "General Date"	},
 		{ "Long Date"		},
 		{ "Medium Date"		},
 		{ "Short Date"		},
@@ -717,7 +718,7 @@
 		{ "Medium Time"		},
 		{ "Short Time"		},
 		{ "Currency"		},
-		{ "Euro Currency"		},
+		{ "Euro Currency"	},
 		{ "Fixed"		},
 		{ "Standard"		},
 		{ "Percent"		},



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