diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-20 00:02:01 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-05-01 12:54:12 +0200 |
commit | 0d0f80900db7854d31531861e0992459244d74ce (patch) | |
tree | 2b45eeedf44391c01da21421f042cf2678534c06 /oox | |
parent | 8925abe25d4b426b091f23ec8e7f5e7d21d10583 (diff) |
auto is not a valid value for c:symbol's val attribute
Change-Id: Idbdab90e100cbd2de83a2255e2554b5024a2f927
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/chartexport.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 32abeb958a6f..78c6ea985b23 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -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 ), |