diff options
author | Björn Milcke <bm@openoffice.org> | 2000-11-24 14:39:19 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2000-11-24 14:39:19 +0000 |
commit | b15d35c47f8bbff2427c34ea75110f14b4cd3bcd (patch) | |
tree | 5c76111ac2525b19a999d0ac471a431bb053335d /xmloff/inc/SchXMLImport.hxx | |
parent | 1baf02e984659bb3a1dddc89d8e82472d83e72c4 (diff) |
#80523# save addin information in XML format
Diffstat (limited to 'xmloff/inc/SchXMLImport.hxx')
-rw-r--r-- | xmloff/inc/SchXMLImport.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/inc/SchXMLImport.hxx b/xmloff/inc/SchXMLImport.hxx index a8ce6b8955..bc74b63185 100644 --- a/xmloff/inc/SchXMLImport.hxx +++ b/xmloff/inc/SchXMLImport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: SchXMLImport.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:07:01 $ + * last change: $Author: bm $ $Date: 2000-11-24 15:39:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -134,7 +134,8 @@ enum SchXMLChartAttrMap XML_TOK_CHART_CLASS, XML_TOK_CHART_WIDTH, XML_TOK_CHART_HEIGHT, - XML_TOK_CHART_STYLE_NAME + XML_TOK_CHART_STYLE_NAME, + XML_TOK_CHART_ADDIN_NAME }; enum SchXMLPlotAreaAttrTokenMap |