From 527f27184266d724f05f7b3c47e9ad61bfb944fc Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 15 Mar 2011 06:27:59 +0100 Subject: Remove TRACE usage (macro was empty) --- stoc/source/corereflection/crefl.cxx | 2 -- 1 file changed, 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 ); -- cgit