From 051399740e41c6495ed362e78c63e0868bcd180c Mon Sep 17 00:00:00 2001 From: Balazs Varga Date: Mon, 23 Jul 2018 21:13:09 +0200 Subject: tdf#108078 OOXML Export Chart shapes area fill properties Verified with color, gradient, bitmap for: Chart Title in DOCX, XLSX and PPTX. Also verified with gradient, bitmap for Chart Legend, Plot Area, Dataseries and Background in DOCX, XLSX and PPTX. Change-Id: I15d29f3ca2d75f45f612766b635d50a29d8551ae Reviewed-on: https://gerrit.libreoffice.org/57880 Tested-by: Jenkins Reviewed-by: Bartosz Kosiorek --- include/oox/export/chartexport.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index 04ef384785a2..d6761bdea021 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -136,7 +136,6 @@ private: css::drawing::XShape >& xShape ); void exportPlotArea( const css::uno::Reference< css::chart::XChartDocument >& rChartDoc ); - void exportPlotAreaShapeProps( const css::uno::Reference< css::beans::XPropertySet >& xPropSet ); void exportFill( const css::uno::Reference< css::beans::XPropertySet >& xPropSet ); void exportGradientFill( const css::uno::Reference< css::beans::XPropertySet >& xPropSet ); void exportBitmapFill( const css::uno::Reference< css::beans::XPropertySet >& xPropSet ); -- cgit