diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-19 17:02:41 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-19 17:58:50 +0300 |
commit | a3bad2855032fb2742feea1e0e350297d41f69fe (patch) | |
tree | 9253d88c9dd015be8e8c74a6ca1b1559e60c5151 /cppu/source | |
parent | bdfca5e003eea0462cf15c3374afce01c2f46906 (diff) |
I am tired of thesee assertions, put them behind dbglevel>2
Diffstat (limited to 'cppu/source')
-rw-r--r-- | cppu/source/typelib/typelib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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" ); |