diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-11-10 23:01:28 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-11-10 23:01:28 +0100 |
commit | bc20268b0290cc1a3968121c12257c4be9fe3645 (patch) | |
tree | acddf81e252f22cd24be9348aae794bfd8d8c7d1 | |
parent | 24253481d0f3075cd7f3670e3ed7806d61094360 (diff) |
buildfix: sw ww8 export unit testcp-4.2-19
Change-Id: I011bea4f6da37e180446447dee1b79eee7bbd918
-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: */ |