summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 14:28:01 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 08:59:06 +0200
commit83c51ee1adc7884f18b5927a39bf6629054e56e8 (patch)
tree9a62f2a67c975c38efecb4bc41ae59596b7db39a /svgio
parent5c046a008345e35941271a25fd0995bf01c30c3b (diff)
cid#705240 missing break in switch
Change-Id: I285234d31b027ca7862fbcb77dc9f13ca4e10463
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgusenode.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svgio/source/svgreader/svgusenode.cxx b/svgio/source/svgreader/svgusenode.cxx
index b07e6b498f41..e2a5c9f4c42f 100644
--- a/svgio/source/svgreader/svgusenode.cxx
+++ b/svgio/source/svgreader/svgusenode.cxx
@@ -121,6 +121,7 @@ namespace svgio
setHeight(aNum);
}
}
+ break;
}
case SVGTokenXlinkHref:
{