diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:16:44 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:16:44 +0000 |
commit | 9727fccaad42d9f6d0098e03c1e1292bc2823a79 (patch) | |
tree | 2730dc3b1a8dde5e43dd4d92dfa5bd4d899f3e50 /package/inc | |
parent | 30bdc6be69210197a2b4e497242c6d3bb7f5a785 (diff) |
INTEGRATION: CWS fwk88 (1.23.8); FILE MERGED
2008/05/27 15:57:23 mav 1.23.8.1: #i86348# integrate the patch
Diffstat (limited to 'package/inc')
-rw-r--r-- | package/inc/ZipFile.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx index 352c87f2d60b..4eef944a935b 100644 --- a/package/inc/ZipFile.hxx +++ b/package/inc/ZipFile.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ZipFile.hxx,v $ - * $Revision: 1.23 $ + * $Revision: 1.24 $ * * This file is part of OpenOffice.org. * @@ -178,11 +178,6 @@ public: ::com::sun::star::packages::zip::ZipException, ::com::sun::star::uno::RuntimeException ); - ::rtl::OUString SAL_CALL getName( ) - throw(::com::sun::star::uno::RuntimeException); - sal_Int32 SAL_CALL getSize( ) - throw(::com::sun::star::uno::RuntimeException); - ZipEnumeration * SAL_CALL entries( ); protected: sal_Bool readLOC ( ZipEntry &rEntry) |