summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmloff/source/chart/PropertyMaps.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index 53d78f298d53..99a392ef4949 100644
--- a/xmloff/source/chart/PropertyMaps.cxx
+++ b/xmloff/source/chart/PropertyMaps.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: PropertyMaps.cxx,v $
- * $Revision: 1.55 $
+ * $Revision: 1.56 $
*
* This file is part of OpenOffice.org.
*
@@ -146,6 +146,11 @@ const XMLPropertyHandler* XMLChartPropHdlFactory::GetPropertyHandler( sal_Int32
case XML_SCH_TYPE_NAMED_SYMBOL:
pHdl = new XMLSymbolTypePropertyHdl( true );
break;
+
+ case XML_SCH_TYPE_MISSING_VALUE_TREATMENT:
+ pHdl = new XMLEnumPropertyHdl( aXMLChartMissingValueTreatmentEnumMap,
+ ::getCppuType((const sal_Int32*)0) );
+ break;
}
if( pHdl )
PutHdlCache( nType, pHdl );