[gnumeric] Fix oo_item_name



commit a4cc4914c52a2514a44dd74b8c3365d4d952f9f2
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Thu May 22 22:09:17 2014 -0600

    Fix oo_item_name
    
    2014-05-22  Andreas J. Guelzow <aguelzow pyrshep ca>
    
        * openoffice-write.c (oo_item_name): provide a sufficient number
        of prefixes

 plugins/openoffice/ChangeLog          |    5 +++++
 plugins/openoffice/openoffice-write.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 08b05bc..f1a9c63 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-22  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+       * openoffice-write.c (oo_item_name): provide a sufficient number
+       of prefixes
+
 2014-05-19  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * openoffice-write.c (odf_write_axis_full): fix element order
diff --git a/plugins/openoffice/openoffice-write.c b/plugins/openoffice/openoffice-write.c
index faddcdd..b9532d4 100644
--- a/plugins/openoffice/openoffice-write.c
+++ b/plugins/openoffice/openoffice-write.c
@@ -252,7 +252,7 @@ oo_item_name (GnmOOExport *state, OONamedItemType typ, gconstpointer ptr)
        static const char * const
                prefixes[G_N_ELEMENTS (state->style_names)] = {
                "ta",
-               "ta-mp"
+               "ta-mp",
                "pl",
                "GOG-",
                "GOG",


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