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
commite6281d7a25f4ddc5f954d1460aa907123be3a825 (patch)
tree79f0b1a7d201b122302f9a5b8f5c186de3d0b47c
parent2b3abc281e45762d1f9724a035050d04c144d3ca (diff)
#i10000# WAE: initialize variablesooo/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 a360be847..a87006af4 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 )