From bc20268b0290cc1a3968121c12257c4be9fe3645 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 10 Nov 2014 23:01:28 +0100 Subject: buildfix: sw ww8 export unit test Change-Id: I011bea4f6da37e180446447dee1b79eee7bbd918 --- sw/qa/extras/ww8export/ww8export.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx index b4037ed27441..ef3b04eb0ed2 100644 --- a/sw/qa/extras/ww8export/ww8export.cxx +++ b/sw/qa/extras/ww8export/ww8export.cxx @@ -214,8 +214,6 @@ DECLARE_WW8EXPORT_TEST(testFdo59530, "fdo59530.doc") CPPUNIT_ASSERT_EQUAL(OUString("TextFieldEnd"), getProperty(xPropertySet, "TextPortionType")); } -#endif - DECLARE_WW8EXPORT_TEST(testBnc636128, "bnc636128.doc") { // Import / export of FFData.cch was missing. @@ -225,6 +223,8 @@ DECLARE_WW8EXPORT_TEST(testBnc636128, "bnc636128.doc") CPPUNIT_ASSERT_EQUAL(OUString("5"), xParameters->getByName("MaxLength").get()); } +#endif + CPPUNIT_PLUGIN_IMPLEMENT(); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit