From 0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Sat, 22 Feb 2014 21:20:15 +0100 Subject: Remove unneccessary comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- basebmp/test/polytest.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basebmp/test') diff --git a/basebmp/test/polytest.cxx b/basebmp/test/polytest.cxx index d91e6efefbaf..775364127ec7 100644 --- a/basebmp/test/polytest.cxx +++ b/basebmp/test/polytest.cxx @@ -62,7 +62,7 @@ private: CPPUNIT_ASSERT_MESSAGE("number of rendered pixel is not 0", countPixel( rDevice, aCol ) == 0); - // -------------------------------------------------- + rDevice->clear(aBgCol); aPoly.clear(); @@ -94,7 +94,7 @@ private: CPPUNIT_ASSERT_MESSAGE("number of rendered pixel is not 7", countPixel( rDevice, aCol ) == 7); - // -------------------------------------------------- + rDevice->clear(aBgCol); aPoly.clear(); @@ -108,7 +108,7 @@ private: CPPUNIT_ASSERT_MESSAGE("number of rendered pixel is not 6", countPixel( rDevice, aCol ) == 6); - // -------------------------------------------------- + rDevice->clear(aBgCol); aPoly.clear(); -- cgit