Kaydet (Commit) 1a6e47e3 authored tarafından Joren De Cuyper's avatar Joren De Cuyper Kaydeden (comit) Tomaž Vajngerl

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
5bd241b9 but it is redundant.

Change-Id: I24e8c946ef8b8f094daa248c701772e54790c9d1
Reviewed-on: https://gerrit.libreoffice.org/10317Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
Tested-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
üst 5bd241b9
......@@ -475,13 +475,6 @@ namespace svgio
}
break;
}
case SVGTokenFlowRoot:
{
bSkip = false;
break;
}
default:
{
/// invalid token, ignore
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment