From a3bad2855032fb2742feea1e0e350297d41f69fe Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 19 Aug 2011 17:02:41 +0300 Subject: I am tired of thesee assertions, put them behind dbglevel>2 --- cppu/source/typelib/typelib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppu') diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index 6740dd55fee1..9403de920944 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -338,7 +338,7 @@ TypeDescriptor_Init_Impl::~TypeDescriptor_Init_Impl() SAL_THROW( () ) delete pWeakMap; pWeakMap = 0; } -#if OSL_DEBUG_LEVEL > 1 +#if OSL_DEBUG_LEVEL > 2 OSL_ENSURE( !nTypeDescriptionCount, "### nTypeDescriptionCount is not zero" ); OSL_ENSURE( !nCompoundTypeDescriptionCount, "### nCompoundTypeDescriptionCount is not zero" ); OSL_ENSURE( !nUnionTypeDescriptionCount, "### nUnionTypeDescriptionCount is not zero" ); -- cgit