[Libreoffice-commits] core.git: sw/qa

Miklos Vajna vmiklos at collabora.co.uk
Mon Aug 25 13:34:55 PDT 2014


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

New commits:
commit 8995bb0b63f7d0daf3cff20bf6a75761e3faeb35
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Mon Aug 25 22:30:54 2014 +0200

    CppunitTest_sw_htmlexport: enable on Windows
    
    Change-Id: Id5a82aafc50f4758cff777e3e5b7560e37044443

diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx
index 82d6cd4..2d4f6fb 100644
--- a/sw/qa/extras/htmlexport/htmlexport.cxx
+++ b/sw/qa/extras/htmlexport/htmlexport.cxx
@@ -9,7 +9,7 @@
 
 #include <swmodeltestbase.hxx>
 
-#if !defined(MACOSX) && !defined(WNT)
+#if !defined(MACOSX)
 
 #include <com/sun/star/awt/Gradient.hpp>
 #include <com/sun/star/drawing/FillStyle.hpp>


More information about the Libreoffice-commits mailing list