Kaydet (Commit) 914431e1 authored tarafından Miklos Vajna's avatar Miklos Vajna

DOCX export: handle multi-para SDT's ending right before a table

Change-Id: I47ea5fd6e1b4d9d5a2893112efdcd810c4c84cfb
üst 7b31e45e
......@@ -2953,6 +2953,9 @@ void DocxAttributeOutput::switchHeaderFooter(bool isHeaderFooter, sal_Int32 inde
void DocxAttributeOutput::StartTable( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInner )
{
// In case any paragraph SDT's are open, close them here.
EndParaSdtBlock();
m_pSerializer->startElementNS( XML_w, XML_tbl, FSEND );
tableFirstCells.push_back(pTableTextNodeInfoInner);
......
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