summaryrefslogtreecommitdiff
path: root/basegfx/test/basegfx3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/test/basegfx3d.cxx')
-rw-r--r--basegfx/test/basegfx3d.cxx26
1 files changed, 11 insertions, 15 deletions
diff --git a/basegfx/test/basegfx3d.cxx b/basegfx/test/basegfx3d.cxx
index df9dfc129848..682a5314f12f 100644
--- a/basegfx/test/basegfx3d.cxx
+++ b/basegfx/test/basegfx3d.cxx
@@ -26,11 +26,7 @@
*
************************************************************************/
-#include "sal/config.h"
-#include "sal/precppunit.hxx"
-
-// autogenerated file with codegen.pl
-
+#include <sal/types.h>
#include "cppunit/TestAssert.h"
#include "cppunit/TestFixture.h"
#include "cppunit/extensions/HelperMacros.h"
@@ -61,9 +57,9 @@ public:
// member functions of the current class,
// because these macros are need by auto register mechanism.
- SAL_CPPUNIT_TEST_SUITE(b3dhommatrix);
+ CPPUNIT_TEST_SUITE(b3dhommatrix);
CPPUNIT_TEST(EmptyMethod);
- SAL_CPPUNIT_TEST_SUITE_END();
+ CPPUNIT_TEST_SUITE_END();
}; // class b3dhommatrix
@@ -90,9 +86,9 @@ public:
// member functions of the current class,
// because these macros are need by auto register mechanism.
- SAL_CPPUNIT_TEST_SUITE(b3dpoint);
+ CPPUNIT_TEST_SUITE(b3dpoint);
CPPUNIT_TEST(EmptyMethod);
- SAL_CPPUNIT_TEST_SUITE_END();
+ CPPUNIT_TEST_SUITE_END();
}; // class b3dpoint
@@ -117,9 +113,9 @@ public:
// member functions of the current class,
// because these macros are need by auto register mechanism.
- SAL_CPPUNIT_TEST_SUITE(b3drange);
+ CPPUNIT_TEST_SUITE(b3drange);
CPPUNIT_TEST(EmptyMethod);
- SAL_CPPUNIT_TEST_SUITE_END();
+ CPPUNIT_TEST_SUITE_END();
}; // class b3drange
@@ -146,9 +142,9 @@ public:
// member functions of the current class,
// because these macros are need by auto register mechanism.
- SAL_CPPUNIT_TEST_SUITE(b3dtuple);
+ CPPUNIT_TEST_SUITE(b3dtuple);
CPPUNIT_TEST(EmptyMethod);
- SAL_CPPUNIT_TEST_SUITE_END();
+ CPPUNIT_TEST_SUITE_END();
}; // class b3dtuple
@@ -173,9 +169,9 @@ public:
// member functions of the current class,
// because these macros are need by auto register mechanism.
- SAL_CPPUNIT_TEST_SUITE(b3dvector);
+ CPPUNIT_TEST_SUITE(b3dvector);
CPPUNIT_TEST(EmptyMethod);
- SAL_CPPUNIT_TEST_SUITE_END();
+ CPPUNIT_TEST_SUITE_END();
}; // class b3dvector
// -----------------------------------------------------------------------------
collabora/co-2021&id=27d0ddf6b4526ffdf2e166e20a03a4c40a0f9936'>fdo#70393: move libwps to a subdir of externalKhaled Hosny