diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-09-06 11:25:15 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-09-06 11:25:15 +0000 |
commit | 2d94d9948b607a7c626de1fb03c42bacbb98105b (patch) | |
tree | 41b1b60ce98d599e5fedf74f7b06d9e22685d17e /package/inc | |
parent | 4b98f3a0c578c57b1f4af0e63de29c2a375bd384 (diff) |
#91797# remove reference to deleted class
Diffstat (limited to 'package/inc')
-rw-r--r-- | package/inc/ZipPackageBuffer.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/inc/ZipPackageBuffer.hxx b/package/inc/ZipPackageBuffer.hxx index 16b166ff3677..363ddb7805e6 100644 --- a/package/inc/ZipPackageBuffer.hxx +++ b/package/inc/ZipPackageBuffer.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipPackageBuffer.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: mtg $ $Date: 2001-09-06 09:40:51 $ + * last change: $Author: mtg $ $Date: 2001-09-06 12:20:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,6 @@ #include <string.h> // for memcpy class ZipPackage; -class OutputThread; class ZipPackageBuffer : public com::sun::star::io::XInputStream, public com::sun::star::io::XOutputStream, |