diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-05-29 19:12:49 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-05-29 19:13:10 +0200 |
commit | d24b7de8f5fa51d9d96249459034e7b3b64583b5 (patch) | |
tree | 1ea5c9fd0a8bd3a22438335bebf649d683916819 | |
parent | bf8e37c12dc0b705d0b5ae5ccf3a137514d35825 (diff) |
Fix Mac TBs by unhidding testSkipImages()
Change-Id: I2624ef7824859339b1b0a669279e7c4186ebf35b
-rw-r--r-- | sw/qa/extras/globalfilter/globalfilter.cxx | 4 |
1 files 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) |