diff options
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/SchXMLImport.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/inc/SchXMLImport.hxx b/xmloff/inc/SchXMLImport.hxx index 5b9db7bdac34..e8ca86cd589a 100644 --- a/xmloff/inc/SchXMLImport.hxx +++ b/xmloff/inc/SchXMLImport.hxx @@ -136,7 +136,8 @@ enum SchXMLSeriesAttrMap XML_TOK_SERIES_LABEL_STRING, XML_TOK_SERIES_ATTACHED_AXIS, XML_TOK_SERIES_STYLE_NAME, - XML_TOK_SERIES_CHART_CLASS + XML_TOK_SERIES_CHART_CLASS, + XML_TOK_SERIES_HIDE_LEGEND }; enum SchXMLRegEquationAttrMap |