summaryrefslogtreecommitdiff
path: root/package/source/zipapi/ZipOutputStream.cxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-03-24 19:39:35 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-03-24 19:39:35 +0100
commitb7460db35b7a6d556b40c0e9cde8b808b0029352 (patch)
treed035adcbbde422744c3d51455f73d44bfa7f36c7 /package/source/zipapi/ZipOutputStream.cxx
parentdb79f11eaa47a31541d033a5c90d43cac014b265 (diff)
mav60: fix rebase problems
Diffstat (limited to 'package/source/zipapi/ZipOutputStream.cxx')
-rw-r--r--package/source/zipapi/ZipOutputStream.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/source/zipapi/ZipOutputStream.cxx b/package/source/zipapi/ZipOutputStream.cxx
index 172cfff463a2..c0523c864e89 100644
--- a/package/source/zipapi/ZipOutputStream.cxx
+++ b/package/source/zipapi/ZipOutputStream.cxx
@@ -254,7 +254,6 @@ void SAL_CALL ZipOutputStream::finish( )
void ZipOutputStream::doDeflate()
{
sal_Int32 nLength = aDeflater.doDeflateSegment(m_aDeflateBuffer, 0, m_aDeflateBuffer.getLength());
- sal_Int32 nOldLength = m_aDeflateBuffer.getLength();
if ( nLength > 0 )
{