sw/source/filter/html/swhtml.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 98e2abcfb8c75172cd719e171dcc1be8474ee630
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Wed Nov 13 15:27:53 2024 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed Nov 13 16:39:28 2024 +0100

    tdf#163486: PVS: variable was assigned the same value
    
    Since
    commit 1847211c00612b4d0c0cb0700aeecd4881a0e01b
    Author: Sander Vesik <sve...@openoffice.org>
    Date:   Wed Apr 21 11:25:53 2004 +0000
    
        INTEGRATION: CWS loadenv01 (1.27.22); FILE MERGED
    
    V1048   The 'm_bViewCreated' variable was assigned the same value.
    
    Change-Id: I2c5fe19dcbc0524f6a4bf9baf774cc5ef0c2e793
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176545
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>
    Tested-by: Jenkins

diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx
index b1a85351a5af..ec7a37f6f4c0 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -599,7 +599,6 @@ SvParserState SwHTMLParser::CallParser()
         }
         else
         {
-            m_bViewCreated = true;
             m_nEventId = nullptr;
         }
     }

Reply via email to