From 57dacf1328e4cff53c108f627b3be2b3329f0e90 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 28 Jan 2012 11:22:52 +0100 Subject: remove traces of b2dhompoint --- basegfx/Library_basegfx.mk | 1 - basegfx/Package_inc.mk | 1 - basegfx/StaticLibrary_basegfx_s.mk | 1 - basegfx/test/basegfx2d.cxx | 28 ---------------------------- 4 files changed, 31 deletions(-) diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk index fc6a4794e695..e659f4eba84f 100644 --- a/basegfx/Library_basegfx.mk +++ b/basegfx/Library_basegfx.mk @@ -113,7 +113,6 @@ $(eval $(call gb_Library_add_exception_objects,basegfx,\ basegfx/source/point/b3ipoint \ basegfx/source/point/b2dpoint \ basegfx/source/point/b3dpoint \ - basegfx/source/point/b2dhompoint \ basegfx/source/point/b2ipoint \ basegfx/source/curve/b2dbeziertools \ basegfx/source/curve/b2dcubicbezier \ diff --git a/basegfx/Package_inc.mk b/basegfx/Package_inc.mk index 13b5ff8bcc8c..bf088b3f5f09 100644 --- a/basegfx/Package_inc.mk +++ b/basegfx/Package_inc.mk @@ -90,7 +90,6 @@ $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/matrix/b2dhommatrixtoo $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b3ipoint.hxx,basegfx/point/b3ipoint.hxx)) $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b3dpoint.hxx,basegfx/point/b3dpoint.hxx)) $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b2dpoint.hxx,basegfx/point/b2dpoint.hxx)) -$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b2dhompoint.hxx,basegfx/point/b2dhompoint.hxx)) $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b2ipoint.hxx,basegfx/point/b2ipoint.hxx)) $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/curve/b2dcubicbezier.hxx,basegfx/curve/b2dcubicbezier.hxx)) $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/curve/b2dbeziertools.hxx,basegfx/curve/b2dbeziertools.hxx)) diff --git a/basegfx/StaticLibrary_basegfx_s.mk b/basegfx/StaticLibrary_basegfx_s.mk index 69616f74fd8e..e72a3286a1e7 100644 --- a/basegfx/StaticLibrary_basegfx_s.mk +++ b/basegfx/StaticLibrary_basegfx_s.mk @@ -118,7 +118,6 @@ $(eval $(call gb_StaticLibrary_add_generated_exception_objects,basegfx_s,\ CustomTarget/basegfx/source/point/b3ipoint \ CustomTarget/basegfx/source/point/b2dpoint \ CustomTarget/basegfx/source/point/b3dpoint \ - CustomTarget/basegfx/source/point/b2dhompoint \ CustomTarget/basegfx/source/point/b2ipoint \ CustomTarget/basegfx/source/curve/b2dbeziertools \ CustomTarget/basegfx/source/curve/b2dcubicbezier \ 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); -- cgit