[Libreoffice-commits] .: Branch 'integration/dev300_m106' - package/source

Jan Holesovsky kendy at kemper.freedesktop.org
Wed May 4 04:01:22 PDT 2011


 package/source/zipapi/ZipOutputStream.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 574d1f2004244c86d4b73d0623674d7fe4c88aa0
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Wed May 4 14:57:18 2011 +0200

    Remove unused variables.

diff --git a/package/source/zipapi/ZipOutputStream.cxx b/package/source/zipapi/ZipOutputStream.cxx
index 389b69c..89e63e4 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 );
 


More information about the Libreoffice-commits mailing list