sw/qa/extras/htmlexport/htmlexport.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit be7e9d72f4ca87476fbeda5bed48732244dc588b
Author: Michael Stahl <mst...@redhat.com>
Date:   Tue Nov 4 12:23:06 2014 +0100

    sw: fix windows build
    
    Change-Id: I24aedc513897579b3f3c3bf9884183a67b93cd39

diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx 
b/sw/qa/extras/htmlexport/htmlexport.cxx
index faa3d4f..15834fe 100644
--- a/sw/qa/extras/htmlexport/htmlexport.cxx
+++ b/sw/qa/extras/htmlexport/htmlexport.cxx
@@ -162,8 +162,6 @@ DECLARE_HTMLEXPORT_TEST(testSkipImageEmbeddedDocument, 
"skipimage-embedded-docum
     assertXPathContent(pDoc, "/html/body/p/span/p/span", "Inner.");
 }
 
-#endif
-
 DECLARE_HTMLEXPORT_TEST(testExportCheckboxRadioButtonState, 
"checkbox-radiobutton.doc")
 {
     htmlDocPtr pDoc = parseHtml(maTempFile);
@@ -183,6 +181,7 @@ DECLARE_HTMLEXPORT_TEST(testExportCheckboxRadioButtonState, 
"checkbox-radiobutto
     assertXPath(pDoc, "/html/body/form/p[4]/input", "type", "radio");
     // FIXME not in 4.3 assertXPathNoAttribute(pDoc, 
"/html/body/form/p[4]/input", "checked");
 }
+#endif
 
 CPPUNIT_PLUGIN_IMPLEMENT();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to