Kaydet (Commit) 8c178a50 authored tarafından Pierre-Eric Pelloux-Prayer's avatar Pierre-Eric Pelloux-Prayer Kaydeden (comit) Noel Power

docx export: also export rPr in <pPr> (paragraph mark styling)

Change-Id: I179363e7d0acc3d6a1f95dcfe975275a9243e863
Reviewed-on: https://gerrit.libreoffice.org/1649Reviewed-by: 's avatarNoel Power <noel.power@suse.com>
Tested-by: 's avatarNoel Power <noel.power@suse.com>
üst ee9f23bb
......@@ -442,6 +442,9 @@ void DocxAttributeOutput::EndParagraphProperties()
{
WriteCollectedParagraphProperties();
// insert copy of <rPr>
m_pSerializer->copyTopMarkPop();
m_pSerializer->endElementNS( XML_w, XML_pPr );
if ( m_nColBreakStatus == COLBRK_WRITE )
......@@ -973,6 +976,9 @@ void DocxAttributeOutput::EndRunProperties( const SwRedlineData* /*pRedlineData*
m_pSerializer->endElementNS( XML_w, XML_rPr );
// Clone <rPr>...</rPr> for later re-use, in pPr
m_pSerializer->copyTopMarkPush();
// write footnotes/endnotes if we have any
FootnoteEndnoteReference();
......
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