summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-08-15 19:32:54 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-08-15 19:33:56 +0200
commit507169c13a95705dc8a82dc8f4ca7172c8d671ac (patch)
tree29b5afbdf0872b83c09954de6687b225c98a8229 /svgio
parentbae4f0448349e86202977bba8f12f8fed16148cc (diff)
cppcheck: fix duplicateBreak
Change-Id: If5cd54da40975723ca287c1cd937450046332c85
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgtools.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svgio/source/svgreader/svgtools.cxx b/svgio/source/svgreader/svgtools.cxx
index ec74902475c9..9ace14f5b0f4 100644
--- a/svgio/source/svgreader/svgtools.cxx
+++ b/svgio/source/svgreader/svgtools.cxx
@@ -194,7 +194,6 @@ namespace svgio
{
OSL_ENSURE(false, "Do not use with percentage! ");
return 0.0;
- break;
}
}
}
@@ -213,7 +212,6 @@ namespace svgio
case Unit_px:
{
return mfNumber;
- break;
}
case Unit_pt:
case Unit_pc:
@@ -224,7 +222,6 @@ namespace svgio
case Unit_ex:
{
return solveNonPercentage( rInfoProvider);
- break;
}
case Unit_percent:
{