[Libreoffice-commits] .: chart2/source
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Tue Mar 1 08:42:25 PST 2011
chart2/source/tools/CommonConverters.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 77b7e1067482dee05c4447c5e0ec9be9fca8879e
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Tue Mar 1 17:39:41 2011 +0100
Remove unnecessary semicolons
diff --git a/chart2/source/tools/CommonConverters.cxx b/chart2/source/tools/CommonConverters.cxx
index 209daf5..9d2fd0e 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;
}
More information about the Libreoffice-commits
mailing list