[Libreoffice-commits] core.git: include/vcl

Caolán McNamara caolanm at redhat.com
Sat Apr 26 05:17:05 PDT 2014


 include/vcl/outdev.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 9ec73ef4c91303b5e19588aeba008d83944f210d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Apr 26 13:16:17 2014 +0100

    problem with a check define somewhere in MacOSX
    
    Change-Id: I2e866116db510deef12b0da7995b9bc1b246b34a

diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 1d98f41..5505a4d 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -42,6 +42,10 @@
 #include <unotools/fontdefs.hxx>
 
 #include <boost/scoped_ptr.hpp>
+#ifdef check
+#  //some problem with MacOSX and a check define
+#  undef check
+#endif
 #include <boost/ptr_container/ptr_deque.hpp>
 
 #include <com/sun/star/drawing/LineCap.hpp>


More information about the Libreoffice-commits mailing list