summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-01-12 17:32:11 +0100
committerAndras Timar <andras.timar@collabora.com>2015-01-12 17:32:11 +0100
commitb51b904b511dc3456446f4c4f62902da379198e4 (patch)
tree5f3c0b89f7c8e51adf8ff51ef0af12516e6463d9
parent9f3130b762dbd617c901409b99e8cceb35383a29 (diff)
build fix on OS Xcp-4.3-1
Change-Id: I27dd8e78059c331f8126a6ba0dcfc3391907c600
-rw-r--r--sw/qa/extras/ww8export/ww8export.cxx2
1 files changed, 1 insertions, 1 deletions
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<OUString>());
}
-#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();