sw/qa/extras/rtfexport/rtfexport.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 026d048e896683a0630ee08879f2f2e5bff89284
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Tue Nov 4 16:48:29 2014 +0100

    CppunitTest_sw_rtfexport: fix windows build
    
    Change-Id: I79d4e46abe289b3d9c1f0a2eec2a29045891cae3

diff --git a/sw/qa/extras/rtfexport/rtfexport.cxx 
b/sw/qa/extras/rtfexport/rtfexport.cxx
index 0f53098..0bcf1a8 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: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to