sw/source/filter/ww8/docxattributeoutput.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit ca3a36ef07e6be9e39651fc55858f9e0f50e9725 Author: Caolán McNamara <caol...@redhat.com> Date: Tue Apr 28 10:27:32 2015 +0100 fix assert on re-export of fdo72640-6.docx to docx and hopefully loads more Change-Id: I04f9f757378e25191d7334bd52e418cf84bdf887 (cherry picked from commit 11cac95f57c5e7836413a73667d74128c4afd3e7) Signed-off-by: Michael Stahl <mst...@redhat.com> diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index cacbe97..d6ad76d 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -6005,6 +6005,8 @@ void DocxAttributeOutput::NumberingLevel( sal_uInt8 nLevel, } m_rExport.OutputItemSet( *pOutSet, false, true, i18n::ScriptType::LATIN, m_rExport.mbExportModeRTF ); + WriteCollectedRunProperties(); + m_pSerializer->endElementNS( XML_w, XML_rPr ); }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits