diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-20 06:17:30 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-20 06:17:30 +0000 |
commit | c4bee2879e9bd630e4ca48df5c9d41a17eaf4af7 (patch) | |
tree | 0c2e9427f01d1e9028cda7ffa1c2d2cb70167f71 /package | |
parent | 135e2ddf33b9b7b61d26992be0d31c08e3f4b5bd (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')
-rw-r--r-- | package/inc/ZipPackageBuffer.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/inc/ZipPackageBuffer.hxx b/package/inc/ZipPackageBuffer.hxx index 89f5bb144..c69059f02 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 ); } |