diff options
author | Björn Milcke <bm@openoffice.org> | 2000-12-22 10:56:37 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2000-12-22 10:56:37 +0000 |
commit | c6fef922ab5eb55e40debd10ab9d29b41cea5360 (patch) | |
tree | 46e07a02c8a9f5356f94043db4193352d07477c4 /xmloff/inc/SchXMLImport.hxx | |
parent | 1d0717e4025a9d67f149f82263ec57b58c5288cd (diff) |
*** empty log message ***
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 d25263b734..019e6d641e 100644 --- a/xmloff/inc/SchXMLImport.hxx +++ b/xmloff/inc/SchXMLImport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: SchXMLImport.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: bm $ $Date: 2000-12-09 15:54:10 $ + * last change: $Author: bm $ $Date: 2000-12-22 11:56:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,7 +144,8 @@ enum SchXMLPlotAreaAttrTokenMap XML_TOK_PA_Y, XML_TOK_PA_WIDTH, XML_TOK_PA_HEIGHT, - XML_TOK_PA_STYLE_NAME + XML_TOK_PA_STYLE_NAME, + XML_TOK_PA_TRANSFORM }; enum SchXMLAxisAttrTokenMap |