From b51b904b511dc3456446f4c4f62902da379198e4 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 12 Jan 2015 17:32:11 +0100 Subject: build fix on OS X Change-Id: I27dd8e78059c331f8126a6ba0dcfc3391907c600 --- sw/qa/extras/ww8export/ww8export.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx index 1a3f0b926b7f..8d1cab47a5bf 100644 --- a/sw/qa/extras/ww8export/ww8export.cxx +++ b/sw/qa/extras/ww8export/ww8export.cxx @@ -355,7 +355,6 @@ DECLARE_WW8EXPORT_TEST(testBnc636128, "bnc636128.doc") // This resulted in a container.NoSuchElementException. CPPUNIT_ASSERT_EQUAL(OUString("5"), xParameters->getByName("MaxLength").get()); } -#endif DECLARE_WW8EXPORT_TEST(testCommentedTable, "commented-table.doc") { @@ -368,6 +367,7 @@ DECLARE_WW8EXPORT_TEST(testCommentedTable, "commented-table.doc") // After export and import, things got worse, this was "\nA1\nB1\nAfte". CPPUNIT_ASSERT_EQUAL(OUString("fore." SAL_NEWLINE_STRING "A1" SAL_NEWLINE_STRING "B1" SAL_NEWLINE_STRING "Afte"), xField->getAnchor()->getString()); } +#endif CPPUNIT_PLUGIN_IMPLEMENT(); -- cgit