mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug #65600
This commit is contained in:
@ -254,17 +254,17 @@ void style_content::create_child_element( const std::wstring & Ns, const std::ws
|
||||
}
|
||||
void style_content::serialize(std::wostream & strm)
|
||||
{
|
||||
if (style_text_properties_) style_text_properties_->serialize(strm);
|
||||
if (style_paragraph_properties_)style_paragraph_properties_->serialize(strm);
|
||||
if (style_section_properties_) style_section_properties_->serialize(strm);
|
||||
if (style_ruby_properties_) style_ruby_properties_->serialize(strm);
|
||||
if (style_table_properties_) style_table_properties_->serialize(strm);
|
||||
if (style_table_column_properties_)style_table_column_properties_->serialize(strm);
|
||||
if (style_table_row_properties_)style_table_row_properties_->serialize(strm);
|
||||
if (style_chart_properties_) style_chart_properties_->serialize(strm);
|
||||
if (style_graphic_properties_) style_graphic_properties_->serialize(strm);
|
||||
if (style_table_cell_properties_)style_table_cell_properties_->serialize(strm);
|
||||
if (style_drawing_page_properties_)style_drawing_page_properties_->serialize(strm);
|
||||
if (style_table_cell_properties_) style_table_cell_properties_->serialize(strm);
|
||||
if (style_graphic_properties_) style_graphic_properties_->serialize(strm);
|
||||
if (style_paragraph_properties_) style_paragraph_properties_->serialize(strm);
|
||||
if (style_section_properties_) style_section_properties_->serialize(strm);
|
||||
if (style_ruby_properties_) style_ruby_properties_->serialize(strm);
|
||||
if (style_table_properties_) style_table_properties_->serialize(strm);
|
||||
if (style_table_column_properties_) style_table_column_properties_->serialize(strm);
|
||||
if (style_table_row_properties_) style_table_row_properties_->serialize(strm);
|
||||
if (style_chart_properties_) style_chart_properties_->serialize(strm);
|
||||
if (style_drawing_page_properties_) style_drawing_page_properties_->serialize(strm);
|
||||
if (style_text_properties_) style_text_properties_->serialize(strm);
|
||||
}
|
||||
|
||||
// style:default-style
|
||||
|
||||
Reference in New Issue
Block a user