summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-10-02 23:28:34 +0200
committerAndras Timar <andras.timar@collabora.com>2014-10-02 23:28:34 +0200
commit813a0de2e133da55a0450a9d24ec10e040bc5cd6 (patch)
treed110efaf85c23456669cff7c7ac26527181017cc
parentRelated: fdo#37691 \shptxt ... \jpegblip (diff)
downloadcore-813a0de2e133da55a0450a9d24ec10e040bc5cd6.tar.gz
core-813a0de2e133da55a0450a9d24ec10e040bc5cd6.zip
fix Windows build again
Change-Id: I7f671af4f4841bf68496f99ef8ae14adf801713d
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 6c46d9800be7..2fe437b02fc3 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: */