diff options
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx index 733899470536..c159dfd12d1f 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx @@ -141,7 +141,7 @@ public: if( m_ePropertyType == DIAGRAM ) { bool bHasAmbiguousValue = false; - PROPERTYTYPE aValue; + PROPERTYTYPE aValue = PROPERTYTYPE(); if( detectInnerValue( aValue, bHasAmbiguousValue ) ) { if(bHasAmbiguousValue) |