From d24b7de8f5fa51d9d96249459034e7b3b64583b5 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 29 May 2015 19:12:49 +0200 Subject: Fix Mac TBs by unhidding testSkipImages() Change-Id: I2624ef7824859339b1b0a669279e7c4186ebf35b --- sw/qa/extras/globalfilter/globalfilter.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sw/qa/extras/globalfilter/globalfilter.cxx b/sw/qa/extras/globalfilter/globalfilter.cxx index 2281465946bb..a67a3cbf0080 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) -- cgit