diff options
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/corereflection/crefl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stoc/source/corereflection/crefl.cxx b/stoc/source/corereflection/crefl.cxx index b126adb5103c..81a76d70b76f 100644 --- a/stoc/source/corereflection/crefl.cxx +++ b/stoc/source/corereflection/crefl.cxx @@ -106,7 +106,6 @@ IdlReflectionServiceImpl::IdlReflectionServiceImpl( //__________________________________________________________________________________________________ IdlReflectionServiceImpl::~IdlReflectionServiceImpl() { - TRACE( "> IdlReflectionServiceImpl dtor <\n" ); g_moduleCount.modCnt.release( &g_moduleCount.modCnt ); } @@ -177,7 +176,6 @@ Sequence< sal_Int8 > IdlReflectionServiceImpl::getImplementationId() void IdlReflectionServiceImpl::dispose() throw(::com::sun::star::uno::RuntimeException) { - TRACE( "> disposing corereflection... <" ); OComponentHelper::dispose(); MutexGuard aGuard( _aComponentMutex ); |