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
5bd241b99b 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>
This commit is contained in:
Joren De Cuyper
2014-07-15 10:13:10 +02:00
committed by Tomaž Vajngerl
parent 5bd241b99b
commit 1a6e47e3fd

View File

@@ -475,13 +475,6 @@ namespace svgio
}
break;
}
case SVGTokenFlowRoot:
{
bSkip = false;
break;
}
default:
{
/// invalid token, ignore