svtools/source/svhtml/parhtml.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b2065d0ef6ee90387759fdd952fc4e509f264ed3
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Nov 17 11:02:09 2021 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Nov 17 12:22:41 2021 +0100

    Remove newly redundant break
    
    ...after 0047e38da8bdfe09360cc2a658283ad5e18986e7 "svtools: HTMLParser: 
don't
    insert EOF into strings"
    
    Change-Id: Ib7d47030f215504a86bbfc10d9c35b5a19a7314b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125375
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/svtools/source/svhtml/parhtml.cxx 
b/svtools/source/svhtml/parhtml.cxx
index e96af0e732a7..8c9d7909602f 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -961,7 +961,6 @@ HtmlTokenId HTMLParser::GetNextRawToken()
                     aEndToken.clear();
                     nToken = HtmlTokenId::NONE;
                 }
-                break;
             }
             break;
         default:

Reply via email to