summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
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:
{