#i10000# removed debug code

This commit is contained in:
Ivo Hinkelmann 2009-09-21 10:29:39 +00:00
parent 8c584fe8f0
commit fc5be954f3

View file

@ -1049,10 +1049,10 @@ void SfxApplication::NotifyEvent( const SfxEventHint& rEventHint, FASTBOOL bSync
return;
#ifdef DBG_UTIL
::rtl::OUString aName = SfxEventConfiguration::GetEventName_Impl( rEventHint.GetEventId() );
ByteString aTmp( "SfxEvent: ");
aTmp += ByteString( String(aName), RTL_TEXTENCODING_UTF8 );
DBG_TRACE( aTmp.GetBuffer() );
//::rtl::OUString aName = SfxEventConfiguration::GetEventName_Impl( rEventHint.GetEventId() );
//ByteString aTmp( "SfxEvent: ");
//aTmp += ByteString( String(aName), RTL_TEXTENCODING_UTF8 );
//DBG_TRACE( aTmp.GetBuffer() );
#endif
if ( bSynchron )