[gnumeric] xlsx: handle vertAlign="baseline" too



commit 0d79e5b6fcd17a7eb67b411ad7b02a4f3a45ed2a
Author: Morten Welinder <terra gnome org>
Date:   Mon Mar 10 13:08:24 2014 -0400

    xlsx: handle vertAlign="baseline" too
    
    Just in case.

 plugins/excel/xlsx-read.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/excel/xlsx-read.c b/plugins/excel/xlsx-read.c
index 36eb606..3a1d366 100644
--- a/plugins/excel/xlsx-read.c
+++ b/plugins/excel/xlsx-read.c
@@ -4114,6 +4114,7 @@ xlsx_CT_vertAlign (GsfXMLIn *xin, xmlChar const **attrs)
        XLSXReadState *state = (XLSXReadState *)xin->user_state;
        static EnumVal const types[] = {
                { "subscript", GO_FONT_SCRIPT_SUB },
+               { "baseline", GO_FONT_SCRIPT_STANDARD },
                { "superscript", GO_FONT_SCRIPT_SUPER },
                { NULL, 0 }
        };


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