summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-20 06:17:30 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-20 06:17:30 +0000
commit899e1d49652c8bb7e297b0e8e887398f715f77d1 (patch)
tree943a04dd577c2363c1284703ce3e970d9a65cfd9 /package/inc
parentef13b5303d12ecd39fe5357282570ef0488353a3 (diff)
INTEGRATION: CWS fwk88 (1.17.8); FILE MERGED
2008/05/27 15:57:23 mav 1.17.8.1: #i86348# integrate the patch
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipPackageBuffer.hxx3
1 files changed, 1 insertions, 2 deletions
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 ); }