From 70944a849dc59fa686e3f316a3983dbc8a47017f Mon Sep 17 00:00:00 2001 From: Dennis Francis Date: Fri, 4 Aug 2017 13:21:24 +0530 Subject: tdf#109858: Override default point label placement setting... with series label placement setting if available while importing xlsx chart. Adds unit test in chart2import.cxx that asserts one of the point label setting in the bugzilla xlsx document. Change-Id: I8bc04fd569f94a19633666ffdc51b61ac719e8a9 Reviewed-on: https://gerrit.libreoffice.org/40860 Tested-by: Jenkins Reviewed-by: Dennis Francis --- oox/inc/drawingml/chart/seriesconverter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox/inc') diff --git a/oox/inc/drawingml/chart/seriesconverter.hxx b/oox/inc/drawingml/chart/seriesconverter.hxx index 6ee20c59f147..e381cdbc2148 100644 --- a/oox/inc/drawingml/chart/seriesconverter.hxx +++ b/oox/inc/drawingml/chart/seriesconverter.hxx @@ -47,7 +47,7 @@ public: /** Converts OOXML data label settings for the passed data point. */ void convertFromModel( const css::uno::Reference< css::chart2::XDataSeries >& rxDataSeries, - const TypeGroupConverter& rTypeGroup ); + const TypeGroupConverter& rTypeGroup, const PropertySet& rSeriesPropSet ); }; -- cgit