From d8dcf2d4861b830ce9dfdf04bee4d365b4724d1e Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 21 Apr 2015 19:17:00 +0200 Subject: fix marker export if none is selected Change-Id: I7e09a355d515c4782605602b2e5edc93e70921fd --- oox/source/export/chartexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index cd1d81413305..3c609befe7f6 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -3093,7 +3093,7 @@ void ChartExport::exportMarker(Reference< chart2::XDataSeries > xSeries) if( GetProperty( xPropSet, "Symbol" ) ) mAny >>= aSymbol; - if(aSymbol.Style != chart2::SymbolStyle_STANDARD && aSymbol.Style != chart2::SymbolStyle_AUTO) + if(aSymbol.Style != chart2::SymbolStyle_STANDARD && aSymbol.Style != chart2::SymbolStyle_AUTO && aSymbol.Style != chart2::SymbolStyle_NONE) return; FSHelperPtr pFS = GetFS(); -- cgit v1.2.3