sw/qa/extras/globalfilter/globalfilter.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d24b7de8f5fa51d9d96249459034e7b3b64583b5
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Fri May 29 19:12:49 2015 +0200

    Fix Mac TBs by unhidding testSkipImages()
    
    Change-Id: I2624ef7824859339b1b0a669279e7c4186ebf35b

diff --git a/sw/qa/extras/globalfilter/globalfilter.cxx 
b/sw/qa/extras/globalfilter/globalfilter.cxx
index 2281465..a67a3cb 100644
--- a/sw/qa/extras/globalfilter/globalfilter.cxx
+++ b/sw/qa/extras/globalfilter/globalfilter.cxx
@@ -33,7 +33,7 @@ public:
     void testCharHighlightBody();
     void testMSCharBackgroundEditing();
     void testCharBackgroundToHighlighting();
-#if !defined(WNT) && !defined(MACOSX)
+#if !defined(WNT)
     void testSkipImages();
 #endif
 
@@ -659,7 +659,7 @@ void Test::testCharBackgroundToHighlighting()
     }
 }
 
-#if !defined(WNT) && !defined(MACOSX)
+#if !defined(WNT)
 void Test::testSkipImages()
 {
     // Check how LO skips image loading (but not texts of textboxes and custom 
shapes)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to