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:
committed by
Tomaž Vajngerl
parent
5bd241b99b
commit
1a6e47e3fd
@@ -475,13 +475,6 @@ namespace svgio
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case SVGTokenFlowRoot:
|
||||
{
|
||||
bSkip = false;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
/// invalid token, ignore
|
||||
|
Reference in New Issue
Block a user