diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-01-28 11:22:52 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-28 11:22:52 +0100 |
commit | 57dacf1328e4cff53c108f627b3be2b3329f0e90 (patch) | |
tree | dd8e488259c24e13fb6bb333df6489bf89efb8fe /basegfx/test/basegfx2d.cxx | |
parent | 7205e0c3ee52a2e5259c8f4e53bba85ee6db6bb6 (diff) |
remove traces of b2dhompoint
Diffstat (limited to 'basegfx/test/basegfx2d.cxx')
-rw-r--r-- | basegfx/test/basegfx2d.cxx | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/basegfx/test/basegfx2d.cxx b/basegfx/test/basegfx2d.cxx index 0f0c9c779122..d6e26a8470d0 100644 --- a/basegfx/test/basegfx2d.cxx +++ b/basegfx/test/basegfx2d.cxx @@ -703,33 +703,6 @@ public: }; // class b2dhommatrix -class b2dhompoint : public CppUnit::TestFixture -{ -public: - // initialise your test code values here. - void setUp() - { - } - - void tearDown() - { - } - - // insert your test code here. - void EmptyMethod() - { - } - - // Change the following lines only, if you add, remove or rename - // member functions of the current class, - // because these macros are need by auto register mechanism. - - SAL_CPPUNIT_TEST_SUITE(b2dhompoint); - CPPUNIT_TEST(EmptyMethod); - SAL_CPPUNIT_TEST_SUITE_END(); -}; // class b2dhompoint - - class b2dpoint : public CppUnit::TestFixture { public: @@ -1390,7 +1363,6 @@ public: CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::b2dsvgdimpex); CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::b2dpolyrange); CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::b2dhommatrix); -CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::b2dhompoint); CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::b2dpoint); CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::b2dpolygon); CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::b2dpolygontools); |