From 77b7e1067482dee05c4447c5e0ec9be9fca8879e Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 1 Mar 2011 17:39:41 +0100 Subject: Remove unnecessary semicolons --- chart2/source/tools/CommonConverters.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart2/source') diff --git a/chart2/source/tools/CommonConverters.cxx b/chart2/source/tools/CommonConverters.cxx index 209daf5c1..9d2fd0eb4 100644 --- a/chart2/source/tools/CommonConverters.cxx +++ b/chart2/source/tools/CommonConverters.cxx @@ -211,12 +211,12 @@ drawing::Position3D getPointFromPoly( const drawing::PolyPolygonShape3D& rPolygo } else { - ;DBG_ERROR("polygon was accessed with a wrong index"); + DBG_ERROR("polygon was accessed with a wrong index"); } } else { - ;DBG_ERROR("polygon was accessed with a wrong index"); + DBG_ERROR("polygon was accessed with a wrong index"); } return aRet; } -- cgit v1.2.3