Kaydet (Commit) 11cac95f authored tarafından Caolán McNamara's avatar Caolán McNamara

fix assert on re-export of fdo72640-6.docx to docx

and hopefully loads more

Change-Id: I04f9f757378e25191d7334bd52e418cf84bdf887
üst 2b0be6c0
...@@ -6009,6 +6009,8 @@ void DocxAttributeOutput::NumberingLevel( sal_uInt8 nLevel, ...@@ -6009,6 +6009,8 @@ void DocxAttributeOutput::NumberingLevel( sal_uInt8 nLevel,
} }
m_rExport.OutputItemSet( *pOutSet, false, true, i18n::ScriptType::LATIN, m_rExport.mbExportModeRTF ); m_rExport.OutputItemSet( *pOutSet, false, true, i18n::ScriptType::LATIN, m_rExport.mbExportModeRTF );
WriteCollectedRunProperties();
m_pSerializer->endElementNS( XML_w, XML_rPr ); m_pSerializer->endElementNS( XML_w, XML_rPr );
} }
......
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