summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/qa/inc/swmodeltestbase.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/qa/inc/swmodeltestbase.hxx b/sw/qa/inc/swmodeltestbase.hxx
index 71f9ebf0438c..d9de82274d54 100644
--- a/sw/qa/inc/swmodeltestbase.hxx
+++ b/sw/qa/inc/swmodeltestbase.hxx
@@ -28,18 +28,6 @@
#include <doc.hxx>
-/**
- * Macro to declare a new test (with full round-trip. To test
- * import only use the CPPUNIT_TEST_FIXTURE macro directly).
- * In order to add a new test, one only needs to use this macro
- * and then specify the test content, like this:
- *
- * DECLARE_SW_ROUNDTRIP_TEST(MyTest, "myfilename.docx", Test)
- * {
- * CPPUNIT_ASSERT_EQUAL(blabla);
- * }
- *
- */
#define DECLARE_SW_ROUNDTRIP_TEST(TestName, filename, password, BaseClass) \
class TestName : public BaseClass { \
public:\