Commit b562b4cd authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

OdfFormatWriter - fix убран лишний параграф с подвешанной таблицей

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@68434 954022d7-b5bf-4e40-9824-e11837661b57
parent fec7149e
......@@ -3415,7 +3415,7 @@ void DocxConverter::convert(OOX::Logic::CTbl *oox_table)
odt_context->drawing_context()->end_drawing();
odt_context->end_drawings();
odt_context->end_paragraph();
odt_context->text_context()->set_KeepNextParagraph(true);
}
}
void DocxConverter::convert(OOX::Logic::CTblGrid *oox_table_grid)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment