From 10f696d103bcf0ba2e3f76eb4ff7a4c70fe4683c Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 5 Jul 2014 05:53:02 +0200 Subject: remove unnecessary whitespaces in basegfx Change-Id: Ia97fb3895e855e9fb970b0874fc100e2b900a8b7 --- basegfx/test/basegfx2d.cxx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'basegfx/test/basegfx2d.cxx') diff --git a/basegfx/test/basegfx2d.cxx b/basegfx/test/basegfx2d.cxx index a7706fd13385..d9c3fe25fbb1 100644 --- a/basegfx/test/basegfx2d.cxx +++ b/basegfx/test/basegfx2d.cxx @@ -213,7 +213,6 @@ public: CPPUNIT_ASSERT_MESSAGE("exporting '@' to SVG-D (round-trip)", aExport.equalsAscii(sExportString1)); - CPPUNIT_ASSERT_MESSAGE("importing complex polygon from SVG-D", tools::importFromSvgD( aPoly, aPath3, false, 0 )); aExport = tools::exportToSvgD( aPoly, true, true, false ); @@ -693,7 +692,6 @@ public: }; // class b2dhommatrix - class b2dpoint : public CppUnit::TestFixture { public: @@ -713,7 +711,6 @@ public: CPPUNIT_TEST_SUITE_END(); }; // class b2dpoint - class b2dpolygon : public CppUnit::TestFixture { public: @@ -779,7 +776,6 @@ public: CPPUNIT_TEST_SUITE_END(); }; // class b2dpolygon - class b2dpolygontools : public CppUnit::TestFixture { public: @@ -968,7 +964,6 @@ public: CPPUNIT_TEST_SUITE_END(); }; // class b1Xrange - class b1ibox : public CppUnit::TestFixture { public: @@ -1027,7 +1022,6 @@ public: CPPUNIT_TEST_SUITE_END(); }; // class b1ibox - class b2Xrange : public CppUnit::TestFixture { public: @@ -1067,7 +1061,6 @@ public: CPPUNIT_TEST_SUITE_END(); }; // class b2Xrange - class b2ibox : public CppUnit::TestFixture { public: @@ -1100,7 +1093,6 @@ public: CPPUNIT_TEST_SUITE_END(); }; // class b2ibox - class b2dtuple : public CppUnit::TestFixture { public: @@ -1284,8 +1276,6 @@ public: CPPUNIT_TEST_SUITE_END(); }; // class b2dvector - - CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::b2dsvgdimpex); CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::b2drange); CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::b2dpolyrange); @@ -1302,9 +1292,6 @@ CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::b2dtuple); CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::bcolor); } // namespace basegfx2d - - - // this macro creates an empty function, which will called by the RegisterAllFunctions() // to let the user the possibility to also register some functions by hand. // NOADDITIONAL; -- cgit