Kaydet (Commit) 23e6789d authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Stephan Bergmann

WaE: ‘nLocalAttachedAxis’ may be used uninitialized in this function

Change-Id: I74f4c4507bbe6abe7618ca41764715b3b5c68b5b
(cherry picked from commit 20d8267a)
Signed-off-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst c21d081d
......@@ -2050,7 +2050,7 @@ void ChartExport::exportSeries( Reference<chart2::XChartType> xChartType,
Reference<XPropertySet> xPropSet(xDataSeries, UNO_QUERY_THROW);
if( GetProperty( xPropSet, "AttachedAxisIndex") )
{
sal_Int32 nLocalAttachedAxis;
sal_Int32 nLocalAttachedAxis = 0;
mAny >>= nLocalAttachedAxis;
rAttachedAxis = translateFromChart2AxisIndexToOox(nLocalAttachedAxis);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment