Kaydet (Commit) dc985be7 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS mav17 (1.8.8); FILE MERGED

2005/03/01 10:02:51 mav 1.8.8.1: #i23531# improve document repairing
üst 23600366
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: XUnbufferedStream.cxx,v $ * $RCSfile: XUnbufferedStream.cxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: rt $ $Date: 2005-01-31 09:16:41 $ * last change: $Author: obo $ $Date: 2005-03-15 11:49:51 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -103,7 +103,8 @@ XUnbufferedStream::XUnbufferedStream( ZipEntry & rEntry, ...@@ -103,7 +103,8 @@ XUnbufferedStream::XUnbufferedStream( ZipEntry & rEntry,
const vos::ORef < EncryptionData > &rData, const vos::ORef < EncryptionData > &rData,
sal_Int8 nStreamMode, sal_Int8 nStreamMode,
sal_Bool bIsEncrypted, sal_Bool bIsEncrypted,
const ::rtl::OUString& aMediaType ) const ::rtl::OUString& aMediaType,
sal_Bool bRecoveryMode )
: maEntry ( rEntry ) : maEntry ( rEntry )
, mxData ( rData ) , mxData ( rData )
, mbRawStream ( nStreamMode == UNBUFF_STREAM_RAW || nStreamMode == UNBUFF_STREAM_WRAPPEDRAW ) , mbRawStream ( nStreamMode == UNBUFF_STREAM_RAW || nStreamMode == UNBUFF_STREAM_WRAPPEDRAW )
...@@ -118,7 +119,7 @@ XUnbufferedStream::XUnbufferedStream( ZipEntry & rEntry, ...@@ -118,7 +119,7 @@ XUnbufferedStream::XUnbufferedStream( ZipEntry & rEntry,
, mnZipSize ( 0 ) , mnZipSize ( 0 )
, mnZipCurrent ( 0 ) , mnZipCurrent ( 0 )
, mnHeaderToRead ( 0 ) , mnHeaderToRead ( 0 )
, mbCheckCRC( sal_True ) , mbCheckCRC( !bRecoveryMode )
{ {
mnZipCurrent = maEntry.nOffset; mnZipCurrent = maEntry.nOffset;
if ( mbRawStream ) if ( mbRawStream )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment