summaryrefslogtreecommitdiffstats
path: root/cppu/source
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-08-19 17:02:41 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-08-19 17:58:50 +0300
commita3bad2855032fb2742feea1e0e350297d41f69fe (patch)
tree9253d88c9dd015be8e8c74a6ca1b1559e60c5151 /cppu/source
parentThe shorter icu library names are used for WNTMSC only (diff)
downloadcore-a3bad2855032fb2742feea1e0e350297d41f69fe.tar.gz
core-a3bad2855032fb2742feea1e0e350297d41f69fe.zip
I am tired of thesee assertions, put them behind dbglevel>2
Diffstat (limited to 'cppu/source')
-rw-r--r--cppu/source/typelib/typelib.cxx2
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" );