summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-02-14 15:33:27 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-02-14 15:33:27 +0100
commit5636dfb6cd87a21a03888b540ba85f6fa740440a (patch)
tree81cd07d40471273859b06c3a686ff0d56f57a89f /sfx2/source/doc
parent08615e15904466a6d6fbeb3b3c59676994590b3a (diff)
debuglevels: removed now-useless (and annoying) trace
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r--sfx2/source/doc/objxtor.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx
index 530cdf4836..cd04a71543 100644
--- a/sfx2/source/doc/objxtor.cxx
+++ b/sfx2/source/doc/objxtor.cxx
@@ -921,11 +921,6 @@ void SfxObjectShell::SetCurrentComponent( const Reference< XInterface >& _rxComp
s_xCurrentComponent = _rxComponent;
if ( pAppMgr )
pAppMgr->SetGlobalUNOConstant( "ThisComponent", makeAny( _rxComponent ) );
-
-#if OSL_DEBUG_LEVEL > 0
- const char* pComponentImplName = _rxComponent.get() ? typeid( *_rxComponent.get() ).name() : "void";
- OSL_TRACE( "current component is a %s\n", pComponentImplName );
-#endif
}
Reference< XInterface > SfxObjectShell::GetCurrentComponent()