summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/PropertyMaps.cxx
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 /xmloff/source/chart/PropertyMaps.cxx
parent97b591ca58fe0048140304ced9d97cda30f408fc (diff)
#90861# deprecated property was exported by error
Diffstat (limited to 'xmloff/source/chart/PropertyMaps.cxx')
-rw-r--r--xmloff/source/chart/PropertyMaps.cxx9
1 files changed, 7 insertions, 2 deletions
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 )