Kaydet (Commit) ba2c31da authored tarafından Justin Luth's avatar Justin Luth

tdf104061 - looking for test documents

This fixes the specific test document here, but likely there
need to be other qualifiers such as "if the table is the first
node in the section".  Likely this commit will be reverted.

We will use Milos' document tester to hunt for the side-effects
of this patch - which should give us a good set of test documents.

Change-Id: I7d3a2168556c82bc4758ad665da319d55df4ba2b
Reviewed-on: https://gerrit.libreoffice.org/32759Reviewed-by: 's avatarJustin Luth <justin_luth@sil.org>
Tested-by: 's avatarJustin Luth <justin_luth@sil.org>
üst b052cfcf
...@@ -2899,7 +2899,7 @@ void MSWordExportBase::OutputSectionNode( const SwSectionNode& rSectionNode ) ...@@ -2899,7 +2899,7 @@ void MSWordExportBase::OutputSectionNode( const SwSectionNode& rSectionNode )
if ( pSet && NoPageBreakSection( pSet ) ) if ( pSet && NoPageBreakSection( pSet ) )
pSet = nullptr; pSet = nullptr;
if ( !pSet ) if ( !pSet || rNd.IsTableNode() )
{ {
// new Section with no own PageDesc/-Break // new Section with no own PageDesc/-Break
// -> write follow section break; // -> write follow section break;
......
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