summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8nds.cxx
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2016-10-17 21:31:48 +0300
committerJustin Luth <justin_luth@sil.org>2016-10-20 12:32:28 +0000
commit3ade281c1da91b7646a56227cffba8eb8818ea30 (patch)
tree61480be0864a161961690c9d7115503ded9cf6aa /sw/source/filter/ww8/wrtw8nds.cxx
parent9ab408277b8c68f3d987a36744171fc0ef1de2f6 (diff)
tdf#103261 allow postponed text except in .doc
fixes regression from tdf#89317, commit b39feae4f12b07a0fdb2c8c2a48d5aae613cd7c9. Change-Id: I0590579997e2c29de171aac91ba4459e0c776cc0 Reviewed-on: https://gerrit.libreoffice.org/29984 Tested-by: Justin Luth <justin_luth@sil.org> Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'sw/source/filter/ww8/wrtw8nds.cxx')
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 80a059d36eef..491694c8e9b1 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2176,7 +2176,7 @@ void MSWordExportBase::OutputTextNode( const SwTextNode& rNode )
if( rNode.IsTextNode()
&& aStr != aStringForImage && !aStr.isEmpty()
&& !rNode.GetFlyFormat()
- && !IsInTable()
+ && !(IsInTable() && !AllowPostponedTextInTable())
&& aAttrIter.IsAnchorLinkedToThisNode(rNode.GetIndex()) )
{
bPostponeWritingText = true ;