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 | 55a6e46c9c0cc04d0ce36b2d4a1bfeb0e7c2fa18 (patch) | |
tree | 2acf88d796155a0dec0027b59324c8a755af6e43 | |
parent | 5736ad228eeb8e20c5e9fa8d41936d9747816674 (diff) |
#80523# save addin information in XML format
-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 1f047ba0c413..9c379afa2efd 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 |