diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-15 06:27:59 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-15 16:55:53 +0100 |
commit | 527f27184266d724f05f7b3c47e9ad61bfb944fc (patch) | |
tree | aedf8a15cc772d85c797b92fb0ad212cc7db10f5 /stoc | |
parent | aa3360aa018414cbac680b62c4c774dd9cf4aace (diff) |
Remove TRACE usage (macro was empty)
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 ); |