summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxexport.cxx
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2016-10-06 16:53:23 +0300
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-10-10 06:27:40 +0000
commit7060c7b642fdc0a369505e430652ee44205e7eed (patch)
treec0e7ce2ac49a82d6910b0127f5d90914e1ffbf64 /sw/source/filter/ww8/docxexport.cxx
parent8bfbd7fbd74b69959929e29df3c99aa22ec13ca5 (diff)
tdf#95367 DOCX: allow r-t of changed first/follow sections
Change-Id: Ibb97411a7dfeebc3edbdd149842bfe626942cf7f Reviewed-on: https://gerrit.libreoffice.org/29559 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/docxexport.cxx')
-rw-r--r--sw/source/filter/ww8/docxexport.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx
index e19cf1990ab2..05459deb461e 100644
--- a/sw/source/filter/ww8/docxexport.cxx
+++ b/sw/source/filter/ww8/docxexport.cxx
@@ -509,6 +509,10 @@ void DocxExport::OutputEndNode( const SwEndNode& rEndNode )
AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo( ) );
m_pSections->AppendSection( m_pAktPageDesc, pParentFormat, nRstLnNum );
}
+ else
+ {
+ AttrOutput().SectionBreaks( rEndNode );
+ }
}
else if (TXT_MAINTEXT == m_nTextTyp && rEndNode.StartOfSectionNode()->IsTableNode())
// End node of a table: see if a section break should be written after the table.