gnumeric r17302 - trunk/plugins/excel
- From: jody svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r17302 - trunk/plugins/excel
- Date: Sun, 5 Apr 2009 01:37:28 +0000 (UTC)
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]