summaryrefslogtreecommitdiff
path: root/xmloff/source/chart
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-30 10:45:31 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-30 10:45:31 +0000
commita78affca61b3cf9f4389809d46ae3a17f088cfc8 (patch)
treef621c200d733220cada333e3788a89ed2b122241 /xmloff/source/chart
parentbd01e1b96362eb1150ba8e9d5db6084a0e5e23f3 (diff)
INTEGRATION: CWS chart22 (1.51.70); FILE MERGED
2008/07/30 10:12:07 iha 1.51.70.5: RESYNC: (1.54-1.55); FILE MERGED 2008/06/10 11:07:24 iha 1.51.70.4: RESYNC: (1.53-1.54); FILE MERGED 2008/04/17 10:12:54 iha 1.51.70.3: RESYNC: (1.52-1.53); FILE MERGED 2008/03/12 13:17:38 iha 1.51.70.2: RESYNC: (1.51-1.52); FILE MERGED 2008/02/21 16:50:04 iha 1.51.70.1: #i65549# Plotting of missing values
Diffstat (limited to 'xmloff/source/chart')
-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 );