[gnumeric] ODF: Fix intersection export.



commit 42d2223f79064298aba9353029c8cb13d250bf77
Author: Morten Welinder <terra gnome org>
Date:   Fri Mar 5 13:12:32 2010 -0500

    ODF: Fix intersection export.

 NEWS                                  |    1 +
 plugins/openoffice/ChangeLog          |    5 +++++
 plugins/openoffice/openoffice-write.c |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 83b8f2d..8e0f887 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ Morten:
 	* Fix graph label problem.  [#611362]
 	* Fix GLPK solver issue.  [#611407]
 	* Fix ssindex problem.  [#611842]
+	* Fix ODF export of intersection.  [#611824]
 
 --------------------------------------------------------------------------
 Gnumeric 1.10.0
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index b61f760..6b4f38c 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-05  Morten Welinder  <terra gnome org>
+
+	* openoffice-write.c (odf_expr_conventions_new): Fix export of
+	intersection.  Fixes #611824.
+
 2010-02-18  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* openoffice-write.c (oo_db_range_end): reapply filter [#610399]
diff --git a/plugins/openoffice/openoffice-write.c b/plugins/openoffice/openoffice-write.c
index 1bdd981..3b048e1 100644
--- a/plugins/openoffice/openoffice-write.c
+++ b/plugins/openoffice/openoffice-write.c
@@ -2033,6 +2033,7 @@ odf_expr_conventions_new (void)
 	conv->arg_sep			= ';';
 	conv->array_col_sep		= ';';
 	conv->array_row_sep		= '|';
+	conv->intersection_char         = '!';
 	conv->decimal_sep_dot		= TRUE;
 	conv->output.cell_ref		= odf_cellref_as_string;
 	conv->output.range_ref		= odf_rangeref_as_string;



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