summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-03-17 16:55:49 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-03-17 16:55:49 +0100
commitb92dc6c03d0876230e3e7f2daa43a3350972f0e9 (patch)
tree1e98f81f056e4b615f0b303f7120b20d1b1b8211 /package
parent99e3106a3e2185f521930f5a42adc4e5c1287245 (diff)
mav60: #164341# fix problems with the new implementation
Diffstat (limited to 'package')
-rw-r--r--package/source/zipapi/XUnbufferedStream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zipapi/XUnbufferedStream.cxx b/package/source/zipapi/XUnbufferedStream.cxx
index e849b36ba2fe..67d27468e0c6 100644
--- a/package/source/zipapi/XUnbufferedStream.cxx
+++ b/package/source/zipapi/XUnbufferedStream.cxx
@@ -291,7 +291,7 @@ sal_Int32 SAL_CALL XUnbufferedStream::readBytes( Sequence< sal_Int8 >& aData, sa
if ( mbCheckCRC && ( !mbRawStream || mbWrappedRaw ) )
{
- if ( m_xCipherContext.is() && !mbWrappedRaw )
+ if ( !m_xCipherContext.is() && !mbWrappedRaw )
maCRC.update( aData );
#if 0