diff options
author | Martin Gallwey <mtg@openoffice.org> | 2000-12-04 10:30:09 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2000-12-04 10:30:09 +0000 |
commit | 2056f50eadd8c850f32e5b7c7fa6fc770db16264 (patch) | |
tree | b95b8a2228f84a22c2d69c8650d86494678357e6 /package/inc/ZipPackageFolder.hxx | |
parent | 8c42ca8d118b0be4ece362f5f06f0c2629e81c75 (diff) |
#80556# improved exception handling
Diffstat (limited to 'package/inc/ZipPackageFolder.hxx')
-rw-r--r-- | package/inc/ZipPackageFolder.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/inc/ZipPackageFolder.hxx b/package/inc/ZipPackageFolder.hxx index 89c508ac52a5..934b7b5080ef 100644 --- a/package/inc/ZipPackageFolder.hxx +++ b/package/inc/ZipPackageFolder.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipPackageFolder.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: mtg $ $Date: 2000-11-29 05:19:34 $ + * last change: $Author: mtg $ $Date: 2000-12-04 11:30:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -161,7 +161,8 @@ private: void setEntry(com::sun::star::package::ZipEntry &rDest, com::sun::star::package::ZipEntry &rSrc); public: ZipPackageFolder ( void ) ; - void saveContents(rtl::OUString &rPath, std::vector < ManifestEntry * > &rManList, ZipOutputStream & rZipOut); + void saveContents(rtl::OUString &rPath, std::vector < ManifestEntry * > &rManList, ZipOutputStream & rZipOut) + throw(::com::sun::star::uno::RuntimeException); void updateReferences( ZipFile * pNewZipFile); inline sal_Bool isFolder( void ) {return sal_True;} inline sal_Bool isStream( void ) {return sal_False;} |