From 675073a7766007ae0d289dcd634d5153bbd891c3 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 27 Aug 2014 22:36:18 -0700 Subject: CppunitTest_sw_htmlexport: enable on OS X Change-Id: I2aa954b0f97de9ae7657ae3a12d1a15389c13ef2 Reviewed-on: https://gerrit.libreoffice.org/11159 Reviewed-by: Miklos Vajna Tested-by: Miklos Vajna --- sw/qa/extras/htmlexport/htmlexport.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx index 7690bb8aad79..f59b09be1fe7 100644 --- a/sw/qa/extras/htmlexport/htmlexport.cxx +++ b/sw/qa/extras/htmlexport/htmlexport.cxx @@ -9,8 +9,6 @@ #include -#if !defined(MACOSX) - #include #include #include @@ -164,8 +162,6 @@ DECLARE_HTMLEXPORT_TEST(testSkipImageEmbeddedDocument, "skipimage-embedded-docum assertXPathContent(pDoc, "/html/body/p/span/p/span", "Inner."); } -#endif - CPPUNIT_PLUGIN_IMPLEMENT(); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit