summaryrefslogtreecommitdiff
path: root/svl/source/fsstor/oinputstreamcontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/fsstor/oinputstreamcontainer.cxx')
-rw-r--r--svl/source/fsstor/oinputstreamcontainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/fsstor/oinputstreamcontainer.cxx b/svl/source/fsstor/oinputstreamcontainer.cxx
index f6481b76ff28..9c4caaea2e58 100644
--- a/svl/source/fsstor/oinputstreamcontainer.cxx
+++ b/svl/source/fsstor/oinputstreamcontainer.cxx
@@ -223,7 +223,7 @@ void SAL_CALL OFSInputStreamContainer::dispose( )
std::unique_lock aGuard( m_aMutex );
if ( m_bDisposed )
- throw lang::DisposedException();
+ return;
if ( !m_xInputStream.is() )
throw uno::RuntimeException();