summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-07-08 15:43:46 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-07-08 15:59:11 +0200
commit4b9e9c804db355644527e4993e2fde9d608484ef (patch)
tree9a41c6ee09d93a9361a2e09c5fb15472122b8aff /sw/qa/extras/ooxmlexport/ooxmlw14export.cxx
parentc4a5f8c1afd42acb52d0ae9b4d6f42f3e87364d5 (diff)
sw: clean up DECLARE_OOXMLEXPORT_TEST copy&paste
Change-Id: I2d702a3ea94412a35fee163581ef8c3f28566657
Diffstat (limited to 'sw/qa/extras/ooxmlexport/ooxmlw14export.cxx')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlw14export.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx b/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx
index 84b694556b51..5354454b50bd 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx
@@ -26,19 +26,6 @@ protected:
}
};
-#if 1
-#define DECLARE_OOXMLEXPORT_TEST(TestName, filename) DECLARE_SW_ROUNDTRIP_TEST(TestName, filename, Test)
-
-// For testing during development of a tast, you want to use
-// DECLARE_OOXMLEXPORT_TEST_ONLY, and change the above to #if 0
-// Of course, don't forget to set back to #if 1 when you are done :-)
-#else
-#define DECLARE_OOXMLEXPORT_TEST_ONLY(TestName, filename) DECLARE_SW_ROUNDTRIP_TEST(TestName, filename, Test)
-
-#undef DECLARE_OOXMLEXPORT_TEST
-#define DECLARE_OOXMLEXPORT_TEST(TestName, filename) class disabled##TestName : public Test { void disabled(); }; void disabled##TestName::disabled()
-#endif
-
DECLARE_OOXMLEXPORT_TEST(Test_TextEffects_GlowShadowReflection, "TextEffects_Glow_Shadow_Reflection.docx")
{
xmlDocPtr pXmlDoc = parseExport("word/document.xml");