Compare commits

...

2 Commits

Author SHA1 Message Date
9bee310052 Merge pull request #928 from ONLYOFFICE/fix/v7.1.1-fix-bugs
fix  bug #57214
2022-05-19 15:09:02 +03:00
f76ede5078 fix bug #57214 2022-05-19 15:08:22 +03:00

View File

@ -172,13 +172,13 @@ void pptx_text_context::Impl::start_paragraph(const std::wstring & styleName)
{
if (paragraphs_cout_++ > 0)
{
if (in_list_ == false || in_comment == true)
{
// конец предыдущего абзаца и начало следующего
//text_ << L"&#10;";
text_ << L"\n";
}
else/* (paragraph_style_name_ != styleName)*/
//if (in_list_ == false || in_comment == true)
//{
//// конец предыдущего абзаца и начало следующего
////text_ << L"&#10;";
// text_ << L"\n";
//}
//else/* (paragraph_style_name_ != styleName)*/
{
dump_paragraph();
}