diff options
author | Joren De Cuyper <jorendc@libreoffice.org> | 2014-07-15 10:13:10 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2014-07-15 09:16:30 +0000 |
commit | 1a6e47e3fda10e6d220b67d766ec6fbdfd852b80 (patch) | |
tree | b3edce942666c612d84bdd146dcaf38674d73a8c /svgio | |
parent | 5bd241b99b76ae7f4b3c1d4f2bcbaf7c487bb339 (diff) |
Cleanup of switch case flowRoot in svg endelement
We don't need this switch case due the fact we already check it
before the switch itself. I did introduce this in commit
5bd241b99b76ae7f4b3c1d4f2bcbaf7c487bb339 but it is redundant.
Change-Id: I24e8c946ef8b8f094daa248c701772e54790c9d1
Reviewed-on: https://gerrit.libreoffice.org/10317
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/source/svgreader/svgdocumenthandler.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svgio/source/svgreader/svgdocumenthandler.cxx b/svgio/source/svgreader/svgdocumenthandler.cxx index 3817612099d6..c3b22568aa87 100644 --- a/svgio/source/svgreader/svgdocumenthandler.cxx +++ b/svgio/source/svgreader/svgdocumenthandler.cxx @@ -475,13 +475,6 @@ namespace svgio } break; } - - case SVGTokenFlowRoot: - { - bSkip = false; - break; - } - default: { /// invalid token, ignore |