diff options
author | Björn Milcke <bm@openoffice.org> | 2001-05-15 11:25:18 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2001-05-15 11:25:18 +0000 |
commit | e5ce13ca732759df8aa83c4d29c3d804c6ec0994 (patch) | |
tree | 580cb1e4c6ff17c764a1f52af239ad02c8dbb1da /xmloff/inc/SchXMLImport.hxx | |
parent | 66fa24fb2e793bf488141124cfa6238ee8a10e70 (diff) |
#86215# new token in plot-area: chart address
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 f46d385357d3..6604bbb92405 100644 --- a/xmloff/inc/SchXMLImport.hxx +++ b/xmloff/inc/SchXMLImport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: SchXMLImport.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: bm $ $Date: 2001-03-28 19:27:11 $ + * last change: $Author: bm $ $Date: 2001-05-15 12:24:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -147,7 +147,8 @@ enum SchXMLPlotAreaAttrTokenMap XML_TOK_PA_WIDTH, XML_TOK_PA_HEIGHT, XML_TOK_PA_STYLE_NAME, - XML_TOK_PA_TRANSFORM + XML_TOK_PA_TRANSFORM, + XML_TOK_PA_CHART_ADDRESS }; enum SchXMLAxisAttrTokenMap |