Kaydet (Commit) 1797441c authored tarafından Markus Mohrhard's avatar Markus Mohrhard

we don't support invertIfNegative yet, related tdf#90733

Change-Id: Idfccaaf3443f15699f6fab38bd89f7874698d6c1
üst 684277ba
...@@ -1772,6 +1772,15 @@ void ChartExport::exportSeries( Reference< chart2::XChartType > xChartType, sal_ ...@@ -1772,6 +1772,15 @@ void ChartExport::exportSeries( Reference< chart2::XChartType > xChartType, sal_
switch( eChartType ) switch( eChartType )
{ {
case chart::TYPEID_BUBBLE:
case chart::TYPEID_HORBAR:
case chart::TYPEID_BAR:
{
pFS->singleElement(FSNS(XML_c, XML_invertIfNegative),
XML_val, "0",
FSEND);
}
break;
case chart::TYPEID_LINE: case chart::TYPEID_LINE:
{ {
exportMarker(xDataSeries); exportMarker(xDataSeries);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment