summaryrefslogtreecommitdiff
path: root/package/source/zipapi/ByteGrabber.cxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-05-28 11:52:33 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-05-28 11:52:33 +0000
commit8a382d18a86c0d3949d23b16605707765eaf3695 (patch)
tree95943ceeb666f0410f43d1367dd2096a0ec49a44 /package/source/zipapi/ByteGrabber.cxx
parent3c76bf3a06b1fe605b3debf88d677054501c8a3e (diff)
#87256# Neither of these classes should close the underlying stream
Diffstat (limited to 'package/source/zipapi/ByteGrabber.cxx')
-rw-r--r--package/source/zipapi/ByteGrabber.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/source/zipapi/ByteGrabber.cxx b/package/source/zipapi/ByteGrabber.cxx
index e713bcb4d36c..330309e3f7d0 100644
--- a/package/source/zipapi/ByteGrabber.cxx
+++ b/package/source/zipapi/ByteGrabber.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ByteGrabber.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mtg $ $Date: 2000-12-20 12:36:37 $
+ * last change: $Author: mtg $ $Date: 2001-05-28 12:52:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,8 +75,6 @@ ByteGrabber::ByteGrabber(uno::Reference < io::XInputStream > xIstream)
}
ByteGrabber::~ByteGrabber()
{
- if ( xStream.is() )
- xStream->closeInput();
}
void ByteGrabber::setInputStream (uno::Reference < io::XInputStream > xNewStream)
{