From 53b9adc135f4abb086c740582e5f85cea710287d Mon Sep 17 00:00:00 2001 From: Heena Gupta Date: Tue, 17 Jun 2014 14:16:13 +0530 Subject: fdo#54361 - FILEOPEN: Chart background in XLSX is transparent instead of white Change-Id: I2b932c9f09a010a4f999707fb6299c392a89550a Reviewed-on: https://gerrit.libreoffice.org/9806 Reviewed-by: Muthu Subramanian K Tested-by: Muthu Subramanian K --- oox/source/drawingml/chart/objectformatter.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/oox/source/drawingml/chart/objectformatter.cxx b/oox/source/drawingml/chart/objectformatter.cxx index adcc3f3eb648..bfcd5f2eeb15 100644 --- a/oox/source/drawingml/chart/objectformatter.cxx +++ b/oox/source/drawingml/chart/objectformatter.cxx @@ -893,7 +893,6 @@ FillFormatter::FillFormatter( ObjectFormatterData& rData, const AutoFormatEntry* if( pAutoFormatEntry ) { mxAutoFill.reset( new FillProperties ); - mxAutoFill->moFillType = XML_noFill; if( const Theme* pTheme = mrData.mrFilter.getCurrentTheme() ) if( const FillProperties* pFillProps = pTheme->getFillStyle( pAutoFormatEntry->mnThemedIdx ) ) *mxAutoFill = *pFillProps; -- cgit