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

Miklos Vajna vmiklos at collabora.co.uk
Fri Jul 18 14:02:08 PDT 2014


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

New commits:
commit dd664f2e10bdada705c78638fe95ad0869b7cb03
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu Jul 17 22:24:54 2014 +0200

    CppunitTest_sw_ooxmlfieldexport: enable on OS X
    
    Change-Id: I3ded4fc864870c20e0e5a7dc0aef02ca7b792ebc
    Reviewed-on: https://gerrit.libreoffice.org/10372
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx
index 2570412..5d2732b 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx
@@ -9,7 +9,7 @@
 
 #include <swmodeltestbase.hxx>
 
-#if !defined(MACOSX) && !defined(WNT)
+#if !defined(WNT)
 
 #include <com/sun/star/awt/XBitmap.hpp>
 #include <com/sun/star/graphic/XGraphic.hpp>


More information about the Libreoffice-commits mailing list