Remove unused variables.

This commit is contained in:
Jan Holesovsky 2011-05-04 14:57:18 +02:00
parent 2554b31146
commit 84d9f0ceb2

View file

@ -268,10 +268,8 @@ void ZipOutputStream::doDeflate()
m_xDigestContext->updateDigest( aTmpSeq );
mnDigested = mnDigested + static_cast< sal_Int16 >( nEat );
}
(void)aDigestResult;
uno::Sequence< sal_Int8 > aEncryptionBuffer = m_xCipherContext->convertWithCipherContext( aTmpBuffer );
(void)aCipherResult;
aChucker.WriteBytes( aEncryptionBuffer );