diff options
-rw-r--r-- | sw/qa/extras/ww8export/ww8export.cxx | 4 |
1 files 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<OUString>(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<OUString>()); } +#endif + CPPUNIT_PLUGIN_IMPLEMENT(); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |