summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2001-08-16 12:28:49 +0000
committerBjörn Milcke <bm@openoffice.org>2001-08-16 12:28:49 +0000
commit611b6839ffde35b8ba03dc75c73e8ed4e8956489 (patch)
tree924ea7efb29cd5479f7c6e8eb9fa366a2e59a0b9
parent97b591ca58fe0048140304ced9d97cda30f408fc (diff)
#90861# deprecated property was exported by error
-rw-r--r--xmloff/source/chart/PropertyMap.hxx8
-rw-r--r--xmloff/source/chart/PropertyMaps.cxx9
2 files changed, 10 insertions, 7 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
};
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index 8fc3fd0173d1..a5e6b837476e 100644
--- a/xmloff/source/chart/PropertyMaps.cxx
+++ b/xmloff/source/chart/PropertyMaps.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyMaps.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: bm $ $Date: 2001-08-14 13:09:38 $
+ * last change: $Author: bm $ $Date: 2001-08-16 13:28:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -266,6 +266,11 @@ void XMLChartExportPropertyMapper::ContextFilter(
bCheckAuto = sal_True;
aAutoPropName = ::rtl::OUString::createFromAscii( "AutoOrigin" );
break;
+
+ // the following property is deprecated
+ // elemet-item symbol-image is used now
+ case XML_SCH_CONTEXT_SPECIAL_SYMBOL_IMAGE_NAME:
+ property->mnIndex = -1;
}
if( bCheckAuto )