summaryrefslogtreecommitdiff
path: root/package/inc/ZipPackageBuffer.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2000-11-27 15:51:45 +0000
committerMartin Gallwey <mtg@openoffice.org>2000-11-27 15:51:45 +0000
commit8fbbfbb7098fed25bdb94d301f1ded466e2e1479 (patch)
tree2e15e207f6a6204ca358a5dae298659c1ecac35d /package/inc/ZipPackageBuffer.hxx
parenta1988e5628328d66d5e11a141c3d665174b163c1 (diff)
#80556# initial revision
Diffstat (limited to 'package/inc/ZipPackageBuffer.hxx')
-rw-r--r--package/inc/ZipPackageBuffer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/inc/ZipPackageBuffer.hxx b/package/inc/ZipPackageBuffer.hxx
index 958b1fa06504..6c458ba51aa1 100644
--- a/package/inc/ZipPackageBuffer.hxx
+++ b/package/inc/ZipPackageBuffer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackageBuffer.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mtg $ $Date: 2000-11-21 17:57:06 $
+ * last change: $Author: mtg $ $Date: 2000-11-27 16:51:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,11 +88,11 @@ class ZipPackageBuffer :
public cppu::OWeakObject
{
private:
- com::sun::star::uno::Sequence < sal_Int8 > aBuffer;
sal_Int64 nBufferSize;
sal_Int64 nEnd;
sal_Int64 nCurrent;
public:
+ com::sun::star::uno::Sequence < sal_Int8 > aBuffer;
ZipPackageBuffer(sal_Int64 nNewBufferSize);
~ZipPackageBuffer(void);
virtual com::sun::star::uno::Any SAL_CALL queryInterface( const com::sun::star::uno::Type& rType )