diff options
author | Björn Milcke <bm@openoffice.org> | 2001-08-16 12:28:49 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2001-08-16 12:28:49 +0000 |
commit | 611b6839ffde35b8ba03dc75c73e8ed4e8956489 (patch) | |
tree | 924ea7efb29cd5479f7c6e8eb9fa366a2e59a0b9 /xmloff/source/chart/PropertyMap.hxx | |
parent | 97b591ca58fe0048140304ced9d97cda30f408fc (diff) |
#90861# deprecated property was exported by error
Diffstat (limited to 'xmloff/source/chart/PropertyMap.hxx')
-rw-r--r-- | xmloff/source/chart/PropertyMap.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/xmloff/source/chart/PropertyMap.hxx b/xmloff/source/chart/PropertyMap.hxx index 1e5c17e2b87b..1fdba16448c4 100644 --- a/xmloff/source/chart/PropertyMap.hxx +++ b/xmloff/source/chart/PropertyMap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: PropertyMap.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: bm $ $Date: 2001-08-14 13:09:20 $ + * last change: $Author: bm $ $Date: 2001-08-16 13:28:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -211,9 +211,7 @@ const XMLPropertyMapEntry aXMLChartPropMap[] = MAP_SPECIAL( "TextRotation", TEXT, XML_ROTATION_ANGLE, XML_TYPE_NUMBER, TEXT_ROTATION ), // convert 1/100th degrees to degrees // for compatability to pre 6.0beta documents - { "SymbolBitmapURL", 15, XML_NAMESPACE_CHART, - ::xmloff::token::XML_SYMBOL_IMAGE_NAME, XML_TYPE_STRING | MID_FLAG_SPECIAL_ITEM_IMPORT, - XML_SCH_CONTEXT_SPECIAL_SYMBOL_IMAGE_NAME }, + MAP_SPECIAL( "SymbolBitmapURL", CHART, XML_SYMBOL_IMAGE_NAME, XML_TYPE_STRING, SYMBOL_IMAGE_NAME ), MAP_ENTRY_END }; |