This commit is contained in:
Kamil Kerimov
2025-02-17 18:27:48 +05:00
parent c22cc89ef0
commit efd047be74
2 changed files with 16 additions and 28 deletions

View File

@ -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
{