diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-05-04 14:57:18 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-05-04 14:57:18 +0200 |
commit | 84d9f0ceb2048550acf763879993348fb1cfb473 (patch) | |
tree | bcb1a92ec79f9e16767a99aaffc5737e57f2a202 /package | |
parent | 2554b31146823b9850d1e0c437bc75a2e8c95033 (diff) |
Remove unused variables.
Diffstat (limited to 'package')
-rw-r--r-- | package/source/zipapi/ZipOutputStream.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/source/zipapi/ZipOutputStream.cxx b/package/source/zipapi/ZipOutputStream.cxx index fb533cf641c1..b1b8ce7e2c38 100644 --- a/package/source/zipapi/ZipOutputStream.cxx +++ b/package/source/zipapi/ZipOutputStream.cxx @@ -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 ); |