summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8nds.cxx
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2021-04-15 08:32:53 +0200
committerJustin Luth <justin_luth@sil.org>2021-04-15 18:47:17 +0200
commit811a62c3ec53e21355fb5701f96779e0fac52f32 (patch)
tree1b59ee4f8baa41a222430c9c22a6d319c9634544 /sw/source/filter/ww8/wrtw8nds.cxx
parent74a8bda42d443c8fbcfab7619a929ccf53a00918 (diff)
NFC sw ww8export cleanup: bPostponeWritingText already true
if (x is true) set x to true is unnecessary. Change-Id: If94fc4ee4fa97fa8175795959217008264f53d0d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114120 Tested-by: Jenkins 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.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 9cfe85c0b1fc..729c8dc0db97 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2594,7 +2594,6 @@ void MSWordExportBase::OutputTextNode( SwTextNode& rNode )
if ( bPostponeWritingText && ( FLY_POSTPONED != nStateOfFlyFrame ) )
{
- bPostponeWritingText = true ;
aSavedSnippet = aSnippet ;
}
else