diff options
Diffstat (limited to 'toolkit/source/hatchwindow/documentcloser.cxx')
-rw-r--r-- | toolkit/source/hatchwindow/documentcloser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/hatchwindow/documentcloser.cxx b/toolkit/source/hatchwindow/documentcloser.cxx index 800703baa59b..6ef68a6a8845 100644 --- a/toolkit/source/hatchwindow/documentcloser.cxx +++ b/toolkit/source/hatchwindow/documentcloser.cxx @@ -167,7 +167,7 @@ void SAL_CALL ODocumentCloser::dispose() std::unique_lock aGuard( m_aMutex ); if ( m_bDisposed ) - throw lang::DisposedException(); + return; lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >(this) ); m_aListenersContainer.disposeAndClear( aGuard, aSource ); |