[gnumeric] ODF handling of REPLACEB



commit 3e26c5d9e635e9d2743eff5204204e135dc175dd
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Sun Aug 23 11:54:41 2009 -0600

    ODF handling of REPLACEB
    
    2009-08-23  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* openoffice-read.c (oo_func_map_in): no need to map REPLACEB
    	* openoffice-write.c (odf_expr_func_handler): we now have
    	  REPLACEB

 plugins/openoffice/ChangeLog          |    6 ++++++
 plugins/openoffice/openoffice-read.c  |    1 -
 plugins/openoffice/openoffice-write.c |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 98abd92..4ba170b 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-23  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* openoffice-read.c (oo_func_map_in): no need to map REPLACEB
+	* openoffice-write.c (odf_expr_func_handler): we now have 
+	  REPLACEB
+
 2009-08-22  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* openoffice-read.c (oo_func_map_in): no need to map GAMMA and 
diff --git a/plugins/openoffice/openoffice-read.c b/plugins/openoffice/openoffice-read.c
index 11cc4c4..111ebdc 100644
--- a/plugins/openoffice/openoffice-read.c
+++ b/plugins/openoffice/openoffice-read.c
@@ -4579,7 +4579,6 @@ oo_func_map_in (GnmConventions const *convs, Workbook *scope,
 		{ "NUMBERVALUE","ODF.NUMBERVALUE" },
 		{ "PDURATION","ODF.PDURATION" },
 		{ "PHI","ODF.PHI" },
-		{ "REPLACEB","ODF.REPLACEB" },
 		{ "RRI","ODF.RRI" },
 		{ "SEARCHB","ODF.SEARCHB" },
 		{ "SHEET","ODF.SHEET" },
diff --git a/plugins/openoffice/openoffice-write.c b/plugins/openoffice/openoffice-write.c
index ce01335..c912dfd 100644
--- a/plugins/openoffice/openoffice-write.c
+++ b/plugins/openoffice/openoffice-write.c
@@ -1863,7 +1863,7 @@ odf_expr_func_handler (GnmConventionsOut *out, GnmExprFunction const *func)
 		{ "RATE","RATE" },
 		{ "RECEIVED","RECEIVED" },
 		{ "REPLACE","REPLACE" },
-		/* { "REPLACEB","REPLACEB" },  not implemented */
+		{ "REPLACEB","REPLACEB" },
 		{ "REPT","REPT" },
 		{ "RIGHT","RIGHT" },
 		{ "RIGHTB","RIGHTB" },



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