diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-08-25 22:30:54 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-08-25 22:34:30 +0200 |
commit | 8995bb0b63f7d0daf3cff20bf6a75761e3faeb35 (patch) | |
tree | e2e7360fc83bc9f20207a3f757d097ebe8081fd1 | |
parent | 6182437f8312e5823b3c9022993730428e572667 (diff) |
CppunitTest_sw_htmlexport: enable on Windows
Change-Id: Id5a82aafc50f4758cff777e3e5b7560e37044443
-rw-r--r-- | sw/qa/extras/htmlexport/htmlexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx index 82d6cd40673c..2d4f6fbdc824 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> |