summaryrefslogtreecommitdiff
path: root/package/inc/ZipOutputStream.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-09-06 11:10:27 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-09-06 11:10:27 +0000
commit283159fc50001e6d9d9dc966be67640f2a71f597 (patch)
tree26485b60252349ee191802f31a4d9d7955be1ff1 /package/inc/ZipOutputStream.hxx
parent11b559c0b666b5343b9a5d1c2c4b450be3958ff5 (diff)
#91797# remove references to a deleted class
Diffstat (limited to 'package/inc/ZipOutputStream.hxx')
-rw-r--r--package/inc/ZipOutputStream.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/inc/ZipOutputStream.hxx b/package/inc/ZipOutputStream.hxx
index 891f7e0f63eb..148f4c184c49 100644
--- a/package/inc/ZipOutputStream.hxx
+++ b/package/inc/ZipOutputStream.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipOutputStream.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: mtg $ $Date: 2001-09-05 19:33:51 $
+ * last change: $Author: mtg $ $Date: 2001-09-06 12:10:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,11 +87,9 @@
#endif
class EncryptionData;
-class ThreadedBuffer;
class ZipOutputStream
{
- friend class ThreadedBuffer;
protected:
com::sun::star::uno::Reference < com::sun::star::io::XOutputStream > xStream;
::std::vector < ::com::sun::star::packages::zip::ZipEntry *> aZipList;