gnumeric r16622 - trunk/plugins/excel



Author: jody
Date: Fri Jun 13 14:32:12 2008
New Revision: 16622
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16622&view=rev

Log:
2008-06-12  Jody Goldberg <jody gnome org>

	* ms-excel-read.c (gnm_xl_importer_free) : don't free a name that
	  failed to import.
	(excel_parse_name) : Do not free the name string here.
	(excel_read_EXTERNNAME) : get the name string even for DDE and OLE.
	  Fix the test for DDE links.
	  Improve the warning for unsupported types, and win32 proof them.
	  free the name string here.
	(excel_read_NAME) : and free it here too.
	(excel_read_SUPBOOK) : relax the size check to <=.  If there are no
	  sheets in the external link (e.g. DDE links) then this is the whole
	  record.  Remove the warning about unknown encoding.  There is no
	  requirement that the first character be one of the magic encoding
	  flags.


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

Modified: trunk/plugins/excel/ms-excel-read.c
==============================================================================
--- trunk/plugins/excel/ms-excel-read.c	(original)
+++ trunk/plugins/excel/ms-excel-read.c	Fri Jun 13 14:32:12 2008
@@ -7,7 +7,7 @@
  *    Michael Meeks (michael ximian com)
  *
  * (C) 1998-2001 Michael Meeks
- * (C) 2002-2007 Jody Goldberg
+ * (C) 2002-2008 Jody Goldberg
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public



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