[gnumeric] don't miss some empty looking cells



commit cafa71762a204d7dcf28d09cd855322953f1e2a7
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Thu May 19 01:49:31 2011 -0600

    don't miss some empty looking cells
    
    2011-05-19  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* openoffice-write.c (odf_write_sheet): use sheet_get_cells_extent

 plugins/openoffice/ChangeLog          |    4 ++++
 plugins/openoffice/openoffice-write.c |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index b5bd77c..847dca6 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-19  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* openoffice-write.c (odf_write_sheet): use sheet_get_cells_extent
+
 2011-05-17  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* openoffice-read.c (odf_fix_expr_names): new stub
diff --git a/plugins/openoffice/openoffice-write.c b/plugins/openoffice/openoffice-write.c
index 8593284..2f0d2fe 100644
--- a/plugins/openoffice/openoffice-write.c
+++ b/plugins/openoffice/openoffice-write.c
@@ -5,7 +5,7 @@
  *
  * Copyright (C) 2004-2006 Jody Goldberg (jody gnome org)
  *
- * Copyright (C) 2006-2010 Andreas J. Guelzow (aguelzow pyrshep ca)
+ * Copyright (C) 2006-2011 Andreas J. Guelzow (aguelzow pyrshep ca)
  *
  * Copyright (C) 2005 INdT - Instituto Nokia de Tecnologia
  *               Author: Luciano Wolf (luciano wolf indt org br)
@@ -3354,7 +3354,7 @@ odf_write_sheet (GnmOOExport *state)
 	GnmRange extent, style_extent;
 	GSList *sheet_merges = NULL;
 	GnmPageBreaks *pb = sheet->print_info->page_breaks.v;
-	extent = sheet_get_extent (sheet, FALSE);
+	extent = sheet_get_cells_extent (sheet);
 
 	style_extent = extent;
 	/* We only want to get the common column style */



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