summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2011-02-02 11:27:57 +0100
committerVladimir Glazunov <vg@openoffice.org>2011-02-02 11:27:57 +0100
commit0ceb085ea2b49234664765161095f2e5911e2b3b (patch)
treeb2ff8e32734d8efc62b25b0bddf98a9cd5d2b77b
parentb8e3d5a9d56ef6dd49b8b52bc22f2529591e16ef (diff)
#i10000# WAE: initialize variables
Notes
split repo tag: calc_ooo/DEV300_m99
-rwxr-xr-xchart2/source/controller/chartapiwrapper/WrappedScaleProperty.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.cxx
index 658a9af83ac5..64773ad062f9 100755
--- a/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.cxx
@@ -279,7 +279,7 @@ void WrappedScaleProperty::setPropertyValue( tScaleProperty eScaleProperty, cons
}
case SCALE_PROP_AXIS_TYPE:
{
- sal_Int32 nType;
+ sal_Int32 nType = 0;
if( (rOuterValue >>= nType) )
{
if( ::com::sun::star::chart::ChartAxisType::AUTOMATIC == nType )