svgio/source/svgreader/svgtools.cxx | 3 --- 1 file changed, 3 deletions(-)
New commits: commit 507169c13a95705dc8a82dc8f4ca7172c8d671ac Author: Julien Nabet <[email protected]> Date: Thu Aug 15 19:32:54 2013 +0200 cppcheck: fix duplicateBreak Change-Id: If5cd54da40975723ca287c1cd937450046332c85 diff --git a/svgio/source/svgreader/svgtools.cxx b/svgio/source/svgreader/svgtools.cxx index ec74902..9ace14f 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: { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
