[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sw/qa
Andras Timar
andras.timar at collabora.com
Sun Jul 13 07:37:48 PDT 2014
sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f847edf8fe057079bd3ac892564870872bfb0d56
Author: Andras Timar <andras.timar at collabora.com>
Date: Sun Jul 13 16:39:18 2014 +0200
Windows build fix
Change-Id: I583bdd69d08dd4e3b2f8454e9cee0fa0f3bc6b75
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 2d32dc1..8942d4c 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -3567,8 +3567,6 @@ DECLARE_OOXMLEXPORT_TEST(testfdo79817,"fdo79817.docx")
assertXPath ( pXmlDoc, "/w:document/w:body/w:p[3]/w:sdt/w:sdtPr/w:dataBinding", "xpath","/ns0:properties[1]/documentManagement[1]/ns2:Responsible_x0020_Officer_x0020_Title[1]");
}
-#endif
-
DECLARE_OOXMLEXPORT_TEST(testfdo80522,"fdo80522.docx")
{
xmlDocPtr pXmlDoc = parseExport("[Content_Types].xml");
@@ -3622,6 +3620,8 @@ DECLARE_OOXMLEXPORT_TEST(testfdo80898, "fdo80898.docx")
"/word/embeddings/oleObject1.doc");
}
+#endif
+
CPPUNIT_PLUGIN_IMPLEMENT();
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list