Kaydet (Commit) c39890d0 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

you are wrong you stupid compiler,it would crash or not used unitialized

Change-Id: I7ca4399d7e6c83a480d5e508ac6ac711fe71644d
üst e9fbe1f7
......@@ -1058,7 +1058,7 @@ void ChartExport::exportTitle( Reference< XShape > xShape )
if( bVertical )
sWritingMode = "wordArtVert";
sal_Int32 nRotation;
sal_Int32 nRotation = 0;
xPropSet->getPropertyValue("TextRotation") >>= nRotation;
pFS->singleElement( FSNS( XML_a, XML_bodyPr ),
......
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