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

Luboš Luňák l.lunak at collabora.com
Thu Aug 21 09:18:58 PDT 2014


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

New commits:
commit 8a6a1e8ba291302c44067cd5c40063f9d76ee48c
Author: Luboš Luňák <l.lunak at collabora.com>
Date:   Thu Aug 21 18:18:28 2014 +0200

    fix(?) windows build
    
    Change-Id: Idc57210f23f1a053fc21d47e85206f55704c5880

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index fdcab8a..5590246 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -3628,8 +3628,6 @@ DECLARE_OOXMLEXPORT_TEST(testfdo80898, "fdo80898.docx")
                 "/word/embeddings/oleObject1.doc");
 }
 
-#endif
-
 DECLARE_OOXMLEXPORT_TEST(testFirstHeaderFooter, "first-header-footer.docx")
 {
     // Test import and export of a section's headerf/footerf properties.
@@ -3658,6 +3656,8 @@ DECLARE_OOXMLEXPORT_TEST(testFooterBodyDistance, "footer-body-distance.docx")
         assertXPath(pXmlDoc, "/w:document/w:body/w:p/w:r/w:br", 1);
 }
 
+#endif
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list