[Libreoffice-commits] core.git: sw/qa
Miklos Vajna
vmiklos at collabora.co.uk
Fri Oct 3 02:17:57 PDT 2014
sw/qa/extras/mailmerge/mailmerge.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4e3757de8aeef91cc37f31091fc392b217e04c48
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Oct 2 09:19:35 2014 -0700
CppunitTest_sw_mailmerge: enable on OS X
Reviewed on:
https://gerrit.libreoffice.org/11773
Change-Id: I5dc63abea660f097a63f7e61fc2b3b4cd48fa949
diff --git a/sw/qa/extras/mailmerge/mailmerge.cxx b/sw/qa/extras/mailmerge/mailmerge.cxx
index 79ab78d..1b8dc2e 100644
--- a/sw/qa/extras/mailmerge/mailmerge.cxx
+++ b/sw/qa/extras/mailmerge/mailmerge.cxx
@@ -12,7 +12,7 @@
#include <swmodeltestbase.hxx>
-#if !defined(MACOSX) && !defined(WNT)
+#if !defined(WNT)
#include <com/sun/star/awt/FontWeight.hpp>
#include <com/sun/star/style/PageStyleLayout.hpp>
More information about the Libreoffice-commits
mailing list