From 899e1d49652c8bb7e297b0e8e887398f715f77d1 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 20 Jun 2008 06:17:30 +0000 Subject: INTEGRATION: CWS fwk88 (1.17.8); FILE MERGED 2008/05/27 15:57:23 mav 1.17.8.1: #i86348# integrate the patch --- package/inc/ZipPackageBuffer.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/inc') diff --git a/package/inc/ZipPackageBuffer.hxx b/package/inc/ZipPackageBuffer.hxx index d2b0ddb29050..222422fe6409 100644 --- a/package/inc/ZipPackageBuffer.hxx +++ b/package/inc/ZipPackageBuffer.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ZipPackageBuffer.hxx,v $ - * $Revision: 1.17 $ + * $Revision: 1.18 $ * * This file is part of OpenOffice.org. * @@ -52,7 +52,6 @@ protected: sal_Bool m_bMustInitBuffer; public: ZipPackageBuffer(sal_Int64 nNewBufferSize); - ZipPackageBuffer( com::sun::star::uno::Sequence < sal_Int8 > &nNewBuffer ); virtual ~ZipPackageBuffer(void); inline void realloc ( sal_Int32 nSize ) { m_aBuffer.realloc ( nSize ); } -- cgit