[Libreoffice-commits] core.git: sw/source

Justin Luth (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 15 16:47:57 UTC 2021


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

New commits:
commit 811a62c3ec53e21355fb5701f96779e0fac52f32
Author:     Justin Luth <justin_luth at sil.org>
AuthorDate: Thu Apr 15 08:32:53 2021 +0200
Commit:     Justin Luth <justin_luth at 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_luth at 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


More information about the Libreoffice-commits mailing list