summaryrefslogtreecommitdiff
path: root/basegfx/test/basegfx2d.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-07-05 05:53:02 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-07-06 02:15:20 +0200
commit10f696d103bcf0ba2e3f76eb4ff7a4c70fe4683c (patch)
tree9392ad9b1a7267af6e48efede7f385f222161483 /basegfx/test/basegfx2d.cxx
parentd1e6ecb3538e06cd4691e4296597748b9394410d (diff)
remove unnecessary whitespaces in basegfx
Change-Id: Ia97fb3895e855e9fb970b0874fc100e2b900a8b7
Diffstat (limited to 'basegfx/test/basegfx2d.cxx')
-rw-r--r--basegfx/test/basegfx2d.cxx13
1 files changed, 0 insertions, 13 deletions
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;