[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sw/qa

Michael Stahl mstahl at redhat.com
Tue Jul 29 08:04:31 PDT 2014


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

New commits:
commit 24801a6a9c767459c7a2e5e4176c0a809f08422c
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Jul 29 16:59:24 2014 +0200

    sw: fix windows build after c20dcded64f85b464bf64bbf3e30ec4e4a8ee205
    
    Change-Id: Ib768377459ed3ca2fe89bdd9f5b8d19d1ffb92cb

diff --git a/sw/qa/extras/ww8import/ww8import.cxx b/sw/qa/extras/ww8import/ww8import.cxx
index 5075b8f..33e0cfb 100644
--- a/sw/qa/extras/ww8import/ww8import.cxx
+++ b/sw/qa/extras/ww8import/ww8import.cxx
@@ -483,8 +483,6 @@ DECLARE_WW8IMPORT_TEST(testFdp80333, "fdo80333.doc")
     CPPUNIT_ASSERT_EQUAL(table::ShadowLocation_NONE, aShadow.Location);
 }
 
-#endif
-
 DECLARE_WW8IMPORT_TEST(testFloatingTableSectionColumns, "floating-table-section-columns.doc")
 {
     OUString tableWidth = parseDump("/root/page[1]/body/section/column[2]/body/txt/anchored/fly/tab/infos/bounds", "width");
@@ -492,6 +490,8 @@ DECLARE_WW8IMPORT_TEST(testFloatingTableSectionColumns, "floating-table-section-
     CPPUNIT_ASSERT( tableWidth.toInt32() > 10000 );
 }
 
+#endif
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list