[gnumeric] xlsx: more grammar.



commit dd8b5b7ece7b6226e99a9938b0d81ce0501e2275
Author: Morten Welinder <terra gnome org>
Date:   Fri Apr 24 11:13:00 2015 -0400

    xlsx: more grammar.

 plugins/excel/xlsx-read-drawing.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/excel/xlsx-read-drawing.c b/plugins/excel/xlsx-read-drawing.c
index 6c392de..811f150 100644
--- a/plugins/excel/xlsx-read-drawing.c
+++ b/plugins/excel/xlsx-read-drawing.c
@@ -2557,6 +2557,7 @@ GSF_XML_IN_NODE_FULL (START, CHART_SPACE, XL_NS_CHART, "chartSpace", GSF_XML_NO_
           GSF_XML_IN_NODE (PLOT_DLBLS, PLOT_DLBLS_SERIES_NAME, XL_NS_CHART,    "showSerName", 
GSF_XML_NO_CONTENT, NULL, NULL),
           GSF_XML_IN_NODE (PLOT_DLBLS, PLOT_DLBLS_PERCENT, XL_NS_CHART,        "showPercent", 
GSF_XML_NO_CONTENT, NULL, NULL),
           GSF_XML_IN_NODE (PLOT_DLBLS, PLOT_DLBLS_BUBBLE, XL_NS_CHART, "showBubbleSize", GSF_XML_NO_CONTENT, 
NULL, NULL),
+          GSF_XML_IN_NODE (PLOT_DLBLS, PLOT_DLBLS_SHOWLEADER, XL_NS_CHART, "showLeaderLines", 
GSF_XML_NO_CONTENT, NULL, NULL),
         GSF_XML_IN_NODE (SCATTER, SCATTER_STYLE, XL_NS_CHART,  "scatterStyle", GSF_XML_NO_CONTENT, 
&xlsx_scatter_style, NULL),
         GSF_XML_IN_NODE (SCATTER, PLOT_AXIS_ID, XL_NS_CHART,           "axId", GSF_XML_NO_CONTENT, 
&xlsx_plot_axis_id, NULL),
 


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