From 2d94d9948b607a7c626de1fb03c42bacbb98105b Mon Sep 17 00:00:00 2001 From: Martin Gallwey Date: Thu, 6 Sep 2001 11:25:15 +0000 Subject: #91797# remove reference to deleted class --- package/inc/ZipPackageBuffer.hxx | 5 ++--- package/source/zipapi/XMemoryStream.hxx | 5 ++--- 2 files changed, 4 insertions(+), 6 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 // for memcpy class ZipPackage; -class OutputThread; class ZipPackageBuffer : public com::sun::star::io::XInputStream, public com::sun::star::io::XOutputStream, diff --git a/package/source/zipapi/XMemoryStream.hxx b/package/source/zipapi/XMemoryStream.hxx index da749986584b..318527d18d9d 100644 --- a/package/source/zipapi/XMemoryStream.hxx +++ b/package/source/zipapi/XMemoryStream.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMemoryStream.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mtg $ $Date: 2001-07-04 14:56:24 $ + * last change: $Author: mtg $ $Date: 2001-09-06 12:25:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,7 +66,6 @@ #endif class ZipPackage; -class OutputThread; class XMemoryStream: public ZipPackageBuffer { -- cgit