diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-02-18 22:00:11 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-02-18 22:02:09 +0100 |
commit | de684f47da785c0da6194df1f582648ebf3d1569 (patch) | |
tree | 7346a88f23ddcad83d2bb40bc66e19912febfb07 /oox | |
parent | 48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed (diff) |
no need for that anymore
Change-Id: I53002c0b97da66c44429b5ace0fc709b5e8a325f
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/chart/chartspaceconverter.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/oox/source/drawingml/chart/chartspaceconverter.cxx b/oox/source/drawingml/chart/chartspaceconverter.cxx index 559d11a1cb37..56a10ae8796b 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) |