summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index c9ecf63e7d06..3064f505d4ac 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2240,7 +2240,8 @@ void MSWordExportBase::OutputTextNode( const SwTextNode& rNode )
SwSoftPageBreakList softBreakList;
// Let's decide if we need to split the paragraph because of a section break
- bool bNeedParaSplit = NeedTextNodeSplit( rNode, softBreakList );
+ bool bNeedParaSplit = NeedTextNodeSplit( rNode, softBreakList )
+ && !IsInTable();
auto aBreakIt = softBreakList.begin();
// iterate through portions on different pages