summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgdocumenthandler.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgdocumenthandler.cxx b/svgio/source/svgreader/svgdocumenthandler.cxx
index b0bdfbabe7fb..4eafc9e9639a 100644
--- a/svgio/source/svgreader/svgdocumenthandler.cxx
+++ b/svgio/source/svgreader/svgdocumenthandler.cxx
@@ -284,7 +284,6 @@ namespace
mpTarget->parseAttributes(xAttribs);
break;
}
- case SVGToken::Switch: //TODO: Support switch element
case SVGToken::Defs:
case SVGToken::G:
{
@@ -528,6 +527,12 @@ namespace
break;
}
+ case SVGToken::Switch:
+ {
+ //TODO: Support switch element
+ break;
+ }
+
// ignore FlowRoot and child nodes
case SVGToken::FlowRoot:
{
@@ -569,7 +574,6 @@ namespace
case SVGToken::G:
case SVGToken::Svg:
case SVGToken::Symbol:
- case SVGToken::Switch:
case SVGToken::Use:
case SVGToken::A: