summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-05 21:19:33 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-06 13:43:35 +0100
commit277c6210fbf8ee377621a608e475d7b21078a078 (patch)
tree92fce246fa71c3d5d5aa7c9ea86910b4c1c9ba3a
parentc710e982117b49893f1fc2be7fe96a51cc5dd6d0 (diff)
Use OSL_DEBUG_LEVEL > 1 instead of > 2
-rw-r--r--extensions/source/ole/unotypewrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unotypewrapper.hxx b/extensions/source/ole/unotypewrapper.hxx
index 1d072c996..141aa3641 100644
--- a/extensions/source/ole/unotypewrapper.hxx
+++ b/extensions/source/ole/unotypewrapper.hxx
@@ -35,7 +35,7 @@
#define STRICT
#define _WIN32_WINNT 0x0403
#define _WIN32_DCOM
-#if OSL_DEBUG_LEVEL > 2
+#if OSL_DEBUG_LEVEL > 1
#define _ATL_DEBUG_INTERFACES
#endif
#include <atlbase.h>