summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 16:30:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 16:30:21 +0000
commitb8bc2f2f6b257f4f9b6c8a0073b8cca48f9a5699 (patch)
tree3192a7def1573de71e8a4c72eff9f8cb644ed97a /package
parent32ccae8baefc2effd196765cb398d2826828ed0d (diff)
INTEGRATION: CWS fwkbugfix02 (1.2.12); FILE MERGED
2004/03/17 11:39:25 mav 1.2.12.1: #115957# Extend the cloning functionality
Diffstat (limited to 'package')
-rw-r--r--package/source/zippackage/wrapstreamforshare.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/source/zippackage/wrapstreamforshare.cxx b/package/source/zippackage/wrapstreamforshare.cxx
index e7ea0bb670ae..f006c5676eab 100644
--- a/package/source/zippackage/wrapstreamforshare.cxx
+++ b/package/source/zippackage/wrapstreamforshare.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrapstreamforshare.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 18:02:34 $
+ * last change: $Author: hr $ $Date: 2004-05-10 17:30:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -165,7 +165,8 @@ void SAL_CALL WrapStreamForShare::closeInput()
if ( !m_xInStream.is() )
throw io::IOException(); // TODO
- m_xInStream->closeInput();
+ // the package is the owner so it will close the stream
+ // m_xInStream->closeInput();
m_xInStream = uno::Reference< io::XInputStream >();
m_xSeekable = uno::Reference< io::XSeekable >();
}