diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2011-02-02 11:27:57 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2011-02-02 11:27:57 +0100 |
commit | 0ceb085ea2b49234664765161095f2e5911e2b3b (patch) | |
tree | b2ff8e32734d8efc62b25b0bddf98a9cd5d2b77b /chart2 | |
parent | b8e3d5a9d56ef6dd49b8b52bc22f2529591e16ef (diff) |
#i10000# WAE: initialize variables
Notes
Notes:
split repo tag: calc_ooo/DEV300_m99
Diffstat (limited to 'chart2')
-rwxr-xr-x | chart2/source/controller/chartapiwrapper/WrappedScaleProperty.cxx | 2 |
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 ) |