summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-15 06:27:59 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-15 16:55:53 +0100
commit527f27184266d724f05f7b3c47e9ad61bfb944fc (patch)
treeaedf8a15cc772d85c797b92fb0ad212cc7db10f5 /stoc
parentaa3360aa018414cbac680b62c4c774dd9cf4aace (diff)
Remove TRACE usage (macro was empty)
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/corereflection/crefl.cxx2
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 );