mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug #73343
This commit is contained in:
@ -255,6 +255,9 @@ size_t paragraph::drop_cap_docx_convert(oox::docx_conversion_context & Context)
|
||||
|
||||
void paragraph::process_list_bullet_style(oox::docx_conversion_context& Context)
|
||||
{
|
||||
if (Context.get_list_style_level() == 0)
|
||||
return;
|
||||
|
||||
if (content_.size() <= 0)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user