summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-08-08 17:18:45 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-08-08 17:18:45 +0000
commit12538b0b25d02e10f0e232dac019196f4eec30dc (patch)
tree39b1675ba09b73c9b348cada1afddd7c0307d35d /package
parentcac3e5d5e6482953eaa493d12929581c840ede1c (diff)
#86708# remove methods and members that turn out not to be necessary for the pack'n'go feature
Diffstat (limited to 'package')
-rw-r--r--package/inc/ByteChucker.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/package/inc/ByteChucker.hxx b/package/inc/ByteChucker.hxx
index 4b9cbf0b2ae0..479f8bcd7658 100644
--- a/package/inc/ByteChucker.hxx
+++ b/package/inc/ByteChucker.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ByteChucker.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mtg $ $Date: 2001-07-04 14:56:13 $
+ * last change: $Author: mtg $ $Date: 2001-08-08 18:18:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@ 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 > aBuffer, a1Sequence, a2Sequence, a4Sequence;
- sal_Bool bSpannable, bNextWriteIsAtomic;
+ sal_Bool bSpannable;
sal_Int8 * const p1Sequence, * const p2Sequence, * const p4Sequence, * pBuffer;
sal_Int32 nBufferSize, nCurrentBufferPos;
@@ -106,8 +106,6 @@ public:
ByteChucker& operator << (sal_uInt8 nuInt8);
ByteChucker& operator << (sal_uInt16 nuInt16);
ByteChucker& operator << (sal_uInt32 nuInt32);
- void setSpannable ( sal_Bool bNewSpannable );
- inline sal_Bool isSpannable () { return bSpannable; }
};
#endif