summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-03-10 07:37:00 +0000
committerOliver Bolte <obo@openoffice.org>2008-03-10 07:37:00 +0000
commite8a207e7e37bb00e43ca3bee2150f3ab6ffcd662 (patch)
treecdb6f0a708d18dee17e01dc5383634394ff67c8d /chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
parent#i86847# initialize value (diff)
downloadcore-e8a207e7e37bb00e43ca3bee2150f3ab6ffcd662.tar.gz
core-e8a207e7e37bb00e43ca3bee2150f3ab6ffcd662.zip
#i86846# initialize value
Diffstat (limited to 'chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx')
-rwxr-xr-xchart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx b/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
index e86b5d879bef..238740950d7c 100755
--- a/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
+++ b/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ErrorBarItemConverter.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2008-03-06 16:49:53 $
+ * last change: $Author: obo $ $Date: 2008-03-10 08:37:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -360,7 +360,7 @@ void ErrorBarItemConverter::FillSpecialItem(
SvxChartKindError eErrorKind = CHERROR_NONE;
uno::Reference< beans::XPropertySet > xErrorBarProp( GetPropertySet());
- sal_Int32 nStyle;
+ sal_Int32 nStyle = 0;
if( xErrorBarProp->getPropertyValue( C2U( "ErrorBarStyle" )) >>= nStyle )
{
switch( nStyle )