summaryrefslogtreecommitdiff
path: root/package/source/zipapi/MemoryByteGrabber.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:13:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:13:19 +0000
commit62987d7d47c885b3599e076119f20d1bb61022be (patch)
tree29ee3257d0dc320018c6cbd086bf78d82e447da1 /package/source/zipapi/MemoryByteGrabber.hxx
parent199cf803548c8bad746c476a6c4881d20156e753 (diff)
INTEGRATION: CWS warnings01 (1.3.180); FILE MERGED
2005/09/23 03:37:38 sb 1.3.180.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/15 15:27:59 abi 1.3.180.1: #i53898# warning free
Diffstat (limited to 'package/source/zipapi/MemoryByteGrabber.hxx')
-rw-r--r--package/source/zipapi/MemoryByteGrabber.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/source/zipapi/MemoryByteGrabber.hxx b/package/source/zipapi/MemoryByteGrabber.hxx
index aa6bfa27de9d..40ec6f0c481e 100644
--- a/package/source/zipapi/MemoryByteGrabber.hxx
+++ b/package/source/zipapi/MemoryByteGrabber.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: MemoryByteGrabber.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:12:48 $
+ * last change: $Author: hr $ $Date: 2006-06-20 06:13:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,8 +51,8 @@ protected:
public:
MemoryByteGrabber ( const com::sun::star::uno::Sequence < sal_Int8 > & rBuffer )
: maBuffer ( rBuffer )
- , mnCurrent ( 0 )
, mpBuffer ( rBuffer.getConstArray() )
+ , mnCurrent ( 0 )
, mnEnd ( rBuffer.getLength() )
{
}