summaryrefslogtreecommitdiff
path: root/basegfx/test
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
parentd1e6ecb3538e06cd4691e4296597748b9394410d (diff)
remove unnecessary whitespaces in basegfx
Change-Id: Ia97fb3895e855e9fb970b0874fc100e2b900a8b7
Diffstat (limited to 'basegfx/test')
-rw-r--r--basegfx/test/basegfx1d.cxx1
-rw-r--r--basegfx/test/basegfx2d.cxx13
-rw-r--r--basegfx/test/basegfx3d.cxx8
-rw-r--r--basegfx/test/basegfxtools.cxx1
-rw-r--r--basegfx/test/boxclipper.cxx2
-rw-r--r--basegfx/test/clipstate.cxx2
-rw-r--r--basegfx/test/genericclipper.cxx2
7 files changed, 0 insertions, 29 deletions
diff --git a/basegfx/test/basegfx1d.cxx b/basegfx/test/basegfx1d.cxx
index 2eea4952adf9..9058956961c5 100644
--- a/basegfx/test/basegfx1d.cxx
+++ b/basegfx/test/basegfx1d.cxx
@@ -55,7 +55,6 @@ public:
CPPUNIT_TEST_SUITE_END();
}; // class b1drange
-
CPPUNIT_TEST_SUITE_REGISTRATION(basegfx1d::b1drange);
} // namespace basegfx1d
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;
diff --git a/basegfx/test/basegfx3d.cxx b/basegfx/test/basegfx3d.cxx
index 139eca0e70d9..73040bd39502 100644
--- a/basegfx/test/basegfx3d.cxx
+++ b/basegfx/test/basegfx3d.cxx
@@ -53,7 +53,6 @@ public:
CPPUNIT_TEST_SUITE_END();
}; // class b3dhommatrix
-
class b3dpoint : public CppUnit::TestFixture
{
public:
@@ -82,7 +81,6 @@ public:
CPPUNIT_TEST_SUITE_END();
}; // class b3dpoint
-
class b3drange : public CppUnit::TestFixture
{
public:
@@ -109,7 +107,6 @@ public:
CPPUNIT_TEST_SUITE_END();
}; // class b3drange
-
class b3dtuple : public CppUnit::TestFixture
{
public:
@@ -138,7 +135,6 @@ public:
CPPUNIT_TEST_SUITE_END();
}; // class b3dtuple
-
class b3dvector : public CppUnit::TestFixture
{
public:
@@ -165,7 +161,6 @@ public:
CPPUNIT_TEST_SUITE_END();
}; // class b3dvector
-
CPPUNIT_TEST_SUITE_REGISTRATION(basegfx3d::b3dhommatrix);
CPPUNIT_TEST_SUITE_REGISTRATION(basegfx3d::b3dpoint);
CPPUNIT_TEST_SUITE_REGISTRATION(basegfx3d::b3drange);
@@ -173,9 +168,6 @@ CPPUNIT_TEST_SUITE_REGISTRATION(basegfx3d::b3dtuple);
CPPUNIT_TEST_SUITE_REGISTRATION(basegfx3d::b3dvector);
} // namespace basegfx3d
-
-
-
// 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;
diff --git a/basegfx/test/basegfxtools.cxx b/basegfx/test/basegfxtools.cxx
index e5a6a4932f2b..6dbc62654914 100644
--- a/basegfx/test/basegfxtools.cxx
+++ b/basegfx/test/basegfxtools.cxx
@@ -93,7 +93,6 @@ public:
CPPUNIT_TEST_SUITE_END();
};
-
CPPUNIT_TEST_SUITE_REGISTRATION(basegfxtools::KeyStopLerpTest);
} // namespace basegfxtools
diff --git a/basegfx/test/boxclipper.cxx b/basegfx/test/boxclipper.cxx
index 57cbd3fad07d..7ce2acf719e9 100644
--- a/basegfx/test/boxclipper.cxx
+++ b/basegfx/test/boxclipper.cxx
@@ -57,7 +57,6 @@ inline bool compare(const B2DPoint& left, const B2DPoint& right)
|| (left.getX()==right.getX() && left.getY()<right.getY());
}
-
class boxclipper : public CppUnit::TestFixture
{
private:
@@ -428,7 +427,6 @@ public:
CPPUNIT_TEST_SUITE_END();
};
-
CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::boxclipper);
} // namespace basegfx2d
diff --git a/basegfx/test/clipstate.cxx b/basegfx/test/clipstate.cxx
index ef41849715ea..b8213af61246 100644
--- a/basegfx/test/clipstate.cxx
+++ b/basegfx/test/clipstate.cxx
@@ -32,7 +32,6 @@
using namespace ::basegfx;
-
namespace basegfx2d
{
@@ -157,7 +156,6 @@ public:
CPPUNIT_TEST_SUITE_END();
};
-
CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::clipstate);
} // namespace basegfx2d
diff --git a/basegfx/test/genericclipper.cxx b/basegfx/test/genericclipper.cxx
index 8de9f368261d..6764a90b23eb 100644
--- a/basegfx/test/genericclipper.cxx
+++ b/basegfx/test/genericclipper.cxx
@@ -36,7 +36,6 @@
using namespace ::basegfx;
-
namespace basegfx2d
{
@@ -191,7 +190,6 @@ public:
CPPUNIT_TEST_SUITE_END();
};
-
CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::genericclipper);
} // namespace basegfx2d