sw/source/filter/ww8/wrtw8nds.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 811a62c3ec53e21355fb5701f96779e0fac52f32
Author:     Justin Luth <justin_l...@sil.org>
AuthorDate: Thu Apr 15 08:32:53 2021 +0200
Commit:     Justin Luth <justin_l...@sil.org>
CommitDate: Thu Apr 15 18:47:17 2021 +0200

    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_l...@sil.org>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to