[gnumeric] Export TEXTJOIN and CONCAT to ODF with a COM.MICROSOFT prefix



commit 439d9bbd1b33bbc1d187a420d1b608ed5f062fa6
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Thu Aug 4 11:08:22 2016 -0600

    Export TEXTJOIN and CONCAT to ODF with a COM.MICROSOFT prefix
    
    2016-08-04  Andreas J. Guelzow <aguelzow pyrshep ca>
    
        * openoffice-write.c (odf_expr_func_handler): export TEXTJOIN and
        CONCAT with com.microsoft prefix.

 plugins/openoffice/ChangeLog          |    5 +++++
 plugins/openoffice/openoffice-write.c |    4 +++-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 8f24f12..0ce676c 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,8 @@
+2016-08-04  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+       * openoffice-write.c (odf_expr_func_handler): export TEXTJOIN and
+       CONCAT with com.microsoft prefix.
+
 2016-06-29  Morten Welinder <terra gnome org>
 
        * Release 1.12.31
diff --git a/plugins/openoffice/openoffice-write.c b/plugins/openoffice/openoffice-write.c
index 023cef1..8d94978 100644
--- a/plugins/openoffice/openoffice-write.c
+++ b/plugins/openoffice/openoffice-write.c
@@ -2239,7 +2239,7 @@ odf_expr_func_handler (GnmConventionsOut *out, GnmExprFunction const *func)
                /* ORG.GNUMERIC. So we need not list gnumeric unique names or those that  */
                /* come from unknown plugins                                              */
 
-               /* The following are functions that exist in OpenFormula or with anbother */
+               /* The following are functions that exist in OpenFormula or with another */
                /* known prefix. This listing is */
                /* alphabetical by the second entry, the OpenFormula or foreign name (w/o prefix). */
 
@@ -2299,6 +2299,7 @@ odf_expr_func_handler (GnmConventionsOut *out, GnmExprFunction const *func)
                { "COMBIN","COMBIN" },
                { "COMBINA","COMBINA" },
                { "COMPLEX","COMPLEX" },
+               { "CONCAT","COM.MICROSOFT.CONCAT" },
                { "CONCATENATE","CONCATENATE" },
                { "CONFIDENCE","CONFIDENCE" },
                { "CONVERT","CONVERT" },
@@ -2604,6 +2605,7 @@ odf_expr_func_handler (GnmConventionsOut *out, GnmExprFunction const *func)
                { "TBILLPRICE","TBILLPRICE" },
                { "TBILLYIELD","TBILLYIELD" },
                { "TEXT","TEXT" },
+               { "TEXTJOIN","COM.MICROSOFT.TEXTJOIN" },
                { "ODF.TIME","TIME" },
                { "TIMEVALUE","TIMEVALUE" },
                { "TINV","TINV" },


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