summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgstyleattributes.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx
index 07845df8c931..b85b27a85540 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -67,17 +67,14 @@ namespace svgio
default: /* StrokeLinecap_notset, StrokeLinecap_butt */
{
return com::sun::star::drawing::LineCap_BUTT;
- break;
}
case StrokeLinecap_round:
{
return com::sun::star::drawing::LineCap_ROUND;
- break;
}
case StrokeLinecap_square:
{
return com::sun::star::drawing::LineCap_SQUARE;
- break;
}
}
}