[Libreoffice-commits] core.git: oox/source

Markus Mohrhard markus.mohrhard at collabora.co.uk
Wed Feb 18 13:02:54 PST 2015


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

New commits:
commit de684f47da785c0da6194df1f582648ebf3d1569
Author: Markus Mohrhard <markus.mohrhard at 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)


More information about the Libreoffice-commits mailing list