Kaydet (Commit) 91ca3a92 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

fdo#72727: Revert "fdo#68663 don't blindly force categories when there are none"

This reverts commit b090cbdf.
üst ea2537d5
......@@ -942,6 +942,16 @@ void SchXMLTableHelper::switchRangesFromOuterToInternalIfNecessary(
}
}
// there exist files with own data without a categories element but with row
// descriptions. The row descriptions were used as categories even without
// the categories element
if( ! bCategoriesApplied )
{
SchXMLTools::CreateCategories(
xDataProv, xChartDoc, OUString("categories"),
0 /* nCooSysIndex */, 0 /* nDimension */ );
}
//i91578 display of hidden values (copy paste scenario; use hidden flag during migration to locale table upon paste )
//remove series that consist only of hidden columns
Reference< chart2::XInternalDataProvider > xInternalDataProvider( xDataProv, uno::UNO_QUERY );
......
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