summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-05-29 19:12:49 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-05-29 19:13:10 +0200
commitd24b7de8f5fa51d9d96249459034e7b3b64583b5 (patch)
tree1ea5c9fd0a8bd3a22438335bebf649d683916819
parentbf8e37c12dc0b705d0b5ae5ccf3a137514d35825 (diff)
Fix Mac TBs by unhidding testSkipImages()
Change-Id: I2624ef7824859339b1b0a669279e7c4186ebf35b
-rw-r--r--sw/qa/extras/globalfilter/globalfilter.cxx4
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)