summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-26 13:16:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-26 13:16:17 +0100
commit9ec73ef4c91303b5e19588aeba008d83944f210d (patch)
tree105bcbc6ca3f8ce99febcc54e32a49786a52f577 /include/vcl
parentcb040cc7487ec91f43919b8c2d208df0627d4583 (diff)
problem with a check define somewhere in MacOSX
Change-Id: I2e866116db510deef12b0da7995b9bc1b246b34a
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/outdev.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 1d98f41c6c45..5505a4d72aa0 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>