mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
fix bug #60314
This commit is contained in:
@ -401,6 +401,7 @@ void oox_radar_chart::add_series(int id)
|
||||
void oox_radar_chart::set_properties(std::vector<odf_reader::_property> g)
|
||||
{
|
||||
oox_chart::set_properties(g);
|
||||
grouping_ = L"";
|
||||
}
|
||||
void oox_radar_chart::oox_serialize(std::wostream & _Wostream)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user