diff options
Diffstat (limited to 'sw/source/core/inc/dbgloop.hxx')
-rw-r--r-- | sw/source/core/inc/dbgloop.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/dbgloop.hxx b/sw/source/core/inc/dbgloop.hxx index 26e02bb89f..c15eda62a7 100644 --- a/sw/source/core/inc/dbgloop.hxx +++ b/sw/source/core/inc/dbgloop.hxx @@ -29,7 +29,7 @@ #ifndef _DBGLOOP_HXX #define _DBGLOOP_HXX -#ifdef DBG_UTIL +#if OSL_DEBUG_LEVEL > 1 #include <tools/solar.h> |