summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-11-04 16:48:29 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-11-04 16:48:29 +0100
commit026d048e896683a0630ee08879f2f2e5bff89284 (patch)
tree25c424083cbe2dbe346a0e29c97349a8c1d47c81
parentbc38612d349b9efd877dec23f3e68a3f7b945cec (diff)
CppunitTest_sw_rtfexport: fix windows build
Change-Id: I79d4e46abe289b3d9c1f0a2eec2a29045891cae3
-rw-r--r--sw/qa/extras/rtfexport/rtfexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/rtfexport/rtfexport.cxx b/sw/qa/extras/rtfexport/rtfexport.cxx
index 0f53098b82b4..0bcf1a836794 100644
--- a/sw/qa/extras/rtfexport/rtfexport.cxx
+++ b/sw/qa/extras/rtfexport/rtfexport.cxx
@@ -659,14 +659,14 @@ DECLARE_RTFEXPORT_TEST(testFdo79599, "fdo79599.rtf")
CPPUNIT_ASSERT_EQUAL(sal_uInt32(0x800080), getProperty<sal_uInt32>(xRun, "CharBackColor"));
}
-#endif
-
DECLARE_RTFEXPORT_TEST(testFdo82858, "fdo82858.docx")
{
// This was table::BorderLineStyle::SOLID, exporter failed to write explicit no line when line color was written.
CPPUNIT_ASSERT_EQUAL(table::BorderLineStyle::NONE, getProperty<table::BorderLine2>(getShape(1), "TopBorder").LineStyle);
}
+#endif
+
CPPUNIT_PLUGIN_IMPLEMENT();
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */