diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-05-31 08:36:39 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-05-31 08:36:39 +0000 |
commit | d148b0125f595ee6a75740855533cf81e7dd67d9 (patch) | |
tree | df63b58b17e5357001f3cc2af03eaf650709b044 /package/inc/ByteChucker.hxx | |
parent | b238840966bc3735ce0e9d52dd73d9912bce7290 (diff) |
#87099# Optimisation for stream operators
Diffstat (limited to 'package/inc/ByteChucker.hxx')
-rw-r--r-- | package/inc/ByteChucker.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/inc/ByteChucker.hxx b/package/inc/ByteChucker.hxx index 895317d5b0e4..2ba8a6c569f2 100644 --- a/package/inc/ByteChucker.hxx +++ b/package/inc/ByteChucker.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ByteChucker.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mtg $ $Date: 2001-04-27 14:56:05 $ + * last change: $Author: mtg $ $Date: 2001-05-31 09:36:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,6 +73,8 @@ class ByteChucker protected: com::sun::star::uno::Reference < com::sun::star::io::XOutputStream > xStream; com::sun::star::uno::Reference < com::sun::star::io::XSeekable > xSeek; + com::sun::star::uno::Sequence < sal_Int8 > a1Sequence, a2Sequence, a4Sequence; + sal_Int8 *p1Sequence, *p2Sequence, *p4Sequence; public: ByteChucker (com::sun::star::uno::Reference<com::sun::star::io::XOutputStream> xOstream); |