diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 20:07:34 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 20:07:34 +0000 |
commit | 4c0dd2d91ffa1d3e1dec1242c1aaf38dc081cb38 (patch) | |
tree | 140e433d1cbd6c6cfe7464dc899a9777340f380a /package/inc | |
parent | 056873e90b56764a4db0d2731c464cec83f7b8a0 (diff) |
INTEGRATION: CWS mav09 (1.34.100); FILE MERGED
2004/09/17 00:04:24 mav 1.34.100.2: RESYNC: (1.34-1.35); FILE MERGED
2004/07/15 10:55:44 mav 1.34.100.1: #i27773# notification about corruption
Diffstat (limited to 'package/inc')
-rw-r--r-- | package/inc/ZipPackage.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx index c92fe2d61a57..af5cdb18cb90 100644 --- a/package/inc/ZipPackage.hxx +++ b/package/inc/ZipPackage.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipPackage.hxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: obo $ $Date: 2004-08-12 11:54:23 $ + * last change: $Author: kz $ $Date: 2004-10-04 21:07:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -156,6 +156,8 @@ protected: sal_Bool writeFileIsTemp(); ::com::sun::star::uno::Reference < ::com::sun::star::io::XActiveDataStreamer > openOriginalForOutput(); void WriteMimetypeMagicFile( ZipOutputStream& aZipOut ); + void DisconnectFromTargetAndThrowException_Impl( + const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xTempStream ); public: ZipPackage (const ::com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > &xNewFactory); |