diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-20 06:20:54 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-20 06:20:54 +0000 |
commit | d9094588bd33fa4d8cab3290889c5e2fbf53184f (patch) | |
tree | 417f5426c3613fd55a11b7b40a76474f69c22a2a /package | |
parent | 06223a0a679d2f9aeabbde735a8723dfeb06fb62 (diff) |
INTEGRATION: CWS fwk88 (1.48.8); FILE MERGED
2008/05/27 15:57:23 mav 1.48.8.1: #i86348# integrate the patch
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 ) |