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 | 20cb667f44a493f3d90cba9673f3210445a98ccb (patch) | |
tree | 4045024eb2b267494d0c3abe4c24a55efe5ebbaa /extensions | |
parent | 50c26300e5b5ae9671f18a9e449516604d16105f (diff) |
Use OSL_DEBUG_LEVEL > 1 instead of > 2
Diffstat (limited to 'extensions')
-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 d6111368ca47..b43dcd7bc46c 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> |