diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-11-17 11:02:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-11-17 12:22:41 +0100 |
commit | b2065d0ef6ee90387759fdd952fc4e509f264ed3 (patch) | |
tree | cf857c58118f743d528bd9302cb91f0d7a3e2a09 /svtools/source/svhtml | |
parent | 05fd1abb06821be51a6a23a1c8953dfaf24e1187 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'svtools/source/svhtml')
-rw-r--r-- | svtools/source/svhtml/parhtml.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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: |