oox/source/drawingml/chart/chartspaceconverter.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit de684f47da785c0da6194df1f582648ebf3d1569
Author: Markus Mohrhard <markus.mohrh...@collabora.co.uk>
Date:   Wed Feb 18 22:00:11 2015 +0100

    no need for that anymore
    
    Change-Id: I53002c0b97da66c44429b5ace0fc709b5e8a325f

diff --git a/oox/source/drawingml/chart/chartspaceconverter.cxx 
b/oox/source/drawingml/chart/chartspaceconverter.cxx
index 559d11a..56a10ae 100644
--- a/oox/source/drawingml/chart/chartspaceconverter.cxx
+++ b/oox/source/drawingml/chart/chartspaceconverter.cxx
@@ -76,10 +76,6 @@ void ChartSpaceConverter::convertFromModel( const Reference< 
XShapes >& rxExtern
 
     // formatting of the chart background.  The default fill style varies with 
applications.
     PropertySet aBackPropSet( getChartDocument()->getPageBackground() );
-    aBackPropSet.setProperty(
-        PROP_FillStyle,
-        
uno::makeAny(getFilter().getGraphicHelper().getDefaultChartAreaFillStyle()));
-
     getFormatter().convertFrameFormatting( aBackPropSet, mrModel.mxShapeProp, 
OBJECTTYPE_CHARTSPACE );
 
     // convert plot area (container of all chart type groups)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to