diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-05 21:19:33 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-06 13:43:35 +0100 |
commit | 277c6210fbf8ee377621a608e475d7b21078a078 (patch) | |
tree | 92fce246fa71c3d5d5aa7c9ea86910b4c1c9ba3a | |
parent | c710e982117b49893f1fc2be7fe96a51cc5dd6d0 (diff) |
Use OSL_DEBUG_LEVEL > 1 instead of > 2
-rw-r--r-- | extensions/source/ole/unotypewrapper.hxx | 2 |
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> |