diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/source/zipapi/ZipFile.cxx | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/package/source/zipapi/ZipFile.cxx b/package/source/zipapi/ZipFile.cxx index 6b039f8e3..68b0251e9 100644 --- a/package/source/zipapi/ZipFile.cxx +++ b/package/source/zipapi/ZipFile.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ZipFile.cxx,v $ - * $Revision: 1.48 $ + * $Revision: 1.49 $ * * This file is part of OpenOffice.org. * @@ -500,18 +500,6 @@ ZipEnumeration * SAL_CALL ZipFile::entries( ) return new ZipEnumeration ( aEntries ); } -::rtl::OUString SAL_CALL ZipFile::getName( ) - throw(RuntimeException) -{ - return sName; -} - -sal_Int32 SAL_CALL ZipFile::getSize( ) - throw(RuntimeException) -{ - return aEntries.size(); -} - Reference< XInputStream > SAL_CALL ZipFile::getInputStream( ZipEntry& rEntry, const vos::ORef < EncryptionData > &rData, sal_Bool bIsEncrypted ) |