summaryrefslogtreecommitdiff
path: root/package/source/xstor
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-20 06:17:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-20 06:17:52 +0000
commit11d16dcf4c6ea5b1f3b38d4fbf75c72ec8eef632 (patch)
treed6051657cde5943e3a380eadbc21735a860dc259 /package/source/xstor
parent899e1d49652c8bb7e297b0e8e887398f715f77d1 (diff)
INTEGRATION: CWS fwk88 (1.11.8); FILE MERGED
2008/05/27 15:57:23 mav 1.11.8.1: #i86348# integrate the patch
Diffstat (limited to 'package/source/xstor')
-rw-r--r--package/source/xstor/ocompinstream.cxx25
1 files changed, 1 insertions, 24 deletions
diff --git a/package/source/xstor/ocompinstream.cxx b/package/source/xstor/ocompinstream.cxx
index 804f13390e13..dac6c1ebee06 100644
--- a/package/source/xstor/ocompinstream.cxx
+++ b/package/source/xstor/ocompinstream.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ocompinstream.cxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
@@ -41,29 +41,6 @@
using namespace ::com::sun::star;
//-----------------------------------------------
-OInputCompStream::OInputCompStream( sal_Int16 nStorageType )
-: m_pImpl( NULL )
-, m_rMutexRef( new SotMutexHolder )
-, m_pInterfaceContainer( NULL )
-, m_bDisposed( sal_False )
-, m_nStorageType( nStorageType )
-{
-}
-
-//-----------------------------------------------
-OInputCompStream::OInputCompStream( OWriteStream_Impl& aImpl, sal_Int16 nStorageType )
-: m_pImpl( &aImpl )
-, m_rMutexRef( m_pImpl->m_rMutexRef )
-, m_pInterfaceContainer( NULL )
-, m_bDisposed( sal_False )
-, m_nStorageType( nStorageType )
-{
- OSL_ENSURE( m_pImpl->m_rMutexRef.Is(), "No mutex is provided!\n" );
- if ( !m_pImpl->m_rMutexRef.Is() )
- throw uno::RuntimeException(); // just a disaster
-}
-
-//-----------------------------------------------
OInputCompStream::OInputCompStream( OWriteStream_Impl& aImpl,
uno::Reference < io::XInputStream > xStream,
const uno::Sequence< beans::PropertyValue >& aProps,