#i102261# Removed warnings, added project dependencies

This commit is contained in:
Andreas Bregas
2009-12-15 10:22:25 +00:00
parent 452b55d80c
commit 3b340d02f8
2 changed files with 3 additions and 3 deletions

View File

@@ -163,12 +163,12 @@ OInterfaceContainer::fakeVbaEventsHack( sal_Int32 _nIndex )
if ( m_xEventAttacher.is() )
m_xEventAttacher->registerScriptEvents( _nIndex, vbaEvents );
}
catch( Exception& e ){ OSL_TRACE("lcl_fakevbaevents - Caught Exception trying to create control eventstuff "); }
catch( Exception& ){ OSL_TRACE("lcl_fakevbaevents - Caught Exception trying to create control eventstuff "); }
}
}
}
catch( Exception& e )
catch( Exception& )
{
}