summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-04 12:23:06 +0100
committerAndras Timar <andras.timar@collabora.com>2014-11-23 14:30:36 +0100
commit51eeeee9697ed43001578d22fb5de08795fe2ce5 (patch)
treea543a6e6cb1d14a6540d38bc9430c247ca606eb3 /sw
parent439fa5bbf1902f0ed511b85bc34cec8d965fe273 (diff)
sw: fix windows build
Change-Id: I24aedc513897579b3f3c3bf9884183a67b93cd39
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/htmlexport/htmlexport.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx
index faa3d4f5ebb4..15834feb1e33 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();