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

Andras Timar andras.timar at collabora.com
Thu Oct 2 14:23:23 PDT 2014


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

New commits:
commit 813a0de2e133da55a0450a9d24ec10e040bc5cd6
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Oct 2 23:28:34 2014 +0200

    fix Windows build again
    
    Change-Id: I7f671af4f4841bf68496f99ef8ae14adf801713d

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 6c46d98..2fe437b 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -3669,8 +3669,6 @@ DECLARE_OOXMLEXPORT_TEST(testfdo78907,"fdo78907.docx")
     assertXPath ( pXmlDoc1, "/w:ftr[1]/w:tbl[1]/w:tr[1]/w:tc[1]/w:tbl[1]/w:tr[1]/w:tc[1]/w:tbl", 0 );
 }
 
-#endif
-
 DECLARE_OOXMLEXPORT_TEST(testMsoPosition, "bnc884615-mso-position.docx")
 {
     if(xmlDocPtr doc = parseExport("word/footer1.xml"))
@@ -3708,6 +3706,8 @@ DECLARE_OOXMLEXPORT_TEST(testMsoPosition, "bnc884615-mso-position.docx")
     }
 }
 
+#endif
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list