[Libreoffice-commits] .: basegfx/Library_basegfx.mk basegfx/Package_inc.mk basegfx/StaticLibrary_basegfx_s.mk basegfx/test

Thomas Arnhold tarnhold at kemper.freedesktop.org
Sat Jan 28 02:24:04 PST 2012


 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(-)

New commits:
commit 57dacf1328e4cff53c108f627b3be2b3329f0e90
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Sat Jan 28 11:22:52 2012 +0100

    remove traces of b2dhompoint

diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk
index fc6a479..e659f4e 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 13b5ff8..bf088b3 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 69616f7..e72a328 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 0f0c9c7..d6e26a8 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);


More information about the Libreoffice-commits mailing list