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

auto is not a valid value for c:symbol's val attribute

Change-Id: Idbdab90e100cbd2de83a2255e2554b5024a2f927
üst 8925abe2
......@@ -3013,9 +3013,6 @@ void ChartExport::exportMarker(Reference< chart2::XDataSeries > xSeries)
break;
}
if( aSymbol.Style == chart2::SymbolStyle_AUTO )
pSymbolType = "auto";
if( pSymbolType )
{
pFS->singleElement( FSNS( XML_c, XML_symbol ),
......
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