mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug #71975
This commit is contained in:
@ -773,7 +773,7 @@ bool odf_text_context::set_type_break(int type, int clear)//todooo clear ???
|
||||
end_element();
|
||||
|
||||
need_break_ = fo_break(fo_break::Page);
|
||||
need_restart = true;
|
||||
need_restart = clear != 0; // brclearAll = 0,
|
||||
}
|
||||
else //brtypeTextWrapping
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user